mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-14 11:46:34 +02:00
another newline
This commit is contained in:
parent
3c73fd5e0b
commit
737228e7bb
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ void runReceive(const char* addressOption, int port, int gap, int size, int repo
|
|||
PacketStreamStats packetStatsLast30s = seqStats.getStatsForHistoryWindow();
|
||||
PacketStreamStats packetStatsLastReportInterval = seqStats.getStatsForLastHistoryInterval();
|
||||
|
||||
std::cout << "RECEIVE Packet Stats "
|
||||
std::cout << "RECEIVE Packet Stats\n"
|
||||
<< "Overall:\n"
|
||||
<< "lost: " << seqStats.getLost() << ", "
|
||||
<< "lost %: " << seqStats.getStats().getLostRate() * 100.0f << "%\n"
|
||||
|
|
Loading…
Reference in a new issue