Skip to content

Commit

Permalink
Another update.
Browse files Browse the repository at this point in the history
  • Loading branch information
dreibh committed Nov 11, 2024
1 parent 4c2f80e commit cf79172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ping.cc
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ void Ping::writePingResultEntry(const ResultEntry* resultEntry,
const std::string sw = (nsSoftware < 0) ? "---" : str(boost::format("%3.3fms") % (nsSoftware / 1000000.0));
const std::string hw = (nsHardware < 0) ? "---" : str(boost::format("%3.3fms") % (nsHardware / 1000000.0));

std::cout << boost::format("%s%s: Ping %-4s %-36s %-36s %s\ts:%s q:%s r:%s\tA:%-9s S:%-9s H:%-9s\e[0m\n")
std::cout << boost::format("%s%s: Ping %-4s %-36s %-36s %s s:%s q:%s r:%s A:%-9s S:%-9s H:%-9s\e[0m\n")
% getStatusColor(resultEntry->status())
% timePointToString<ResultTimePoint>(resultEntry->sendTime(TXTimeStampType::TXTST_Application), 3)
% IOModule->getProtocolName()
Expand Down

0 comments on commit cf79172

Please sign in to comment.