Skip to content

Commit

Permalink
clean some logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jthomas43 committed Jun 12, 2024
1 parent 5153b94 commit 97dee5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/udx.c
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ udx__confirm_packet (udx_packet_t *pkt) {
}

if (pkt->transmits > 1) {
debug_printf("retransmit: seq=%u tmit=%d\n", pkt->seq, pkt->transmits);
// debug_printf("retransmit: seq=%u tmit=%d\n", pkt->seq, pkt->transmits);
stream->retransmit_count++;
}

Expand Down

0 comments on commit 97dee5d

Please sign in to comment.