Adds wall time field to events
[lttv.git] / lttv / lttv / sync / event_matching_broadcast.c
index 3db88e582251be8323ad830888ac08bdb98b71b0..fbec98ecc28d8e46370bfd256ce246803431a1d0 100644 (file)
@@ -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)
        {
This page took 0.022517 seconds and 4 git commands to generate.