another newline

This commit is contained in:
wangyix 2014-08-12 15:40:58 -07:00
parent 3c73fd5e0b
commit 737228e7bb

View file

@ -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"