X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fsync%2Fevent_matching_broadcast.c;h=fbec98ecc28d8e46370bfd256ce246803431a1d0;hb=76be6fc24daf61767bf7f0c2e64f4691fbb56c63;hp=3db88e582251be8323ad830888ac08bdb98b71b0;hpb=2bd4b3e43e525da7b4c9738915ec847f7fe4906a;p=lttv.git diff --git a/lttv/lttv/sync/event_matching_broadcast.c b/lttv/lttv/sync/event_matching_broadcast.c index 3db88e58..fbec98ec 100644 --- a/lttv/lttv/sync/event_matching_broadcast.c +++ b/lttv/lttv/sync/event_matching_broadcast.c @@ -306,9 +306,9 @@ static void printMatchingStatsBroadcast(SyncState* const syncState) matchingData->stats->totTransmit); printf("\ttotal broadcasts datagrams received: %u\n", matchingData->stats->totReceive); - printf("\ttotal broadcast groups for which all emissions were identified: %u\n", + printf("\ttotal broadcast groups for which all receptions were identified: %u\n", matchingData->stats->totComplete); - printf("\ttotal broadcast groups missing some emissions: %u\n", + printf("\ttotal broadcast groups missing some receptions: %u\n", matchingData->stats->totIncomplete); if (matchingData->stats->totIncomplete > 0) {