Skip to content
Snippets Groups Projects
Commit 9d00df2a authored by Ali Mohammed's avatar Ali Mohammed
Browse files

add debug msg

parent c05709f7
Branches
Tags
No related merge requests found
......@@ -882,6 +882,7 @@ mstro_pc__handle_transfer_ticket(Mstro__Pool__TransferTicket* ticket)
*/
int64_t expected = 0;
atomic_compare_exchange_strong(&dst_cdo->n_segments, &expected, ticket->n_segments);
DEBUG("Already recieved %"PRId64" of %"PRId64" segements \n", expected, ticket->n_segments);
/* Execute transport (non-blocking) */
status = mstro_transport_execute(dst_cdo, ticket);
if(MSTRO_OK != status) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment