aboutsummaryrefslogtreecommitdiff
path: root/nxcomp/src/ClientChannel.cpp
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2017-12-02 01:32:35 +0100
committerUlrich Sibiller <uli42@gmx.de>2017-12-02 01:56:41 +0100
commitb8c929773fac19dad8af05d0bc64b1b3fed88309 (patch)
tree05ee5221e4824d1210682e1be268c981684194f3 /nxcomp/src/ClientChannel.cpp
parent3bd7e03e1adb653b4a914fe0334498c604ea6369 (diff)
downloadnx-libs-b8c929773fac19dad8af05d0bc64b1b3fed88309.tar.gz
nx-libs-b8c929773fac19dad8af05d0bc64b1b3fed88309.tar.bz2
nx-libs-b8c929773fac19dad8af05d0bc64b1b3fed88309.zip
nxcomp: use lowercase abbreviations for seconds and milliseconds
Diffstat (limited to 'nxcomp/src/ClientChannel.cpp')
-rw-r--r--nxcomp/src/ClientChannel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/src/ClientChannel.cpp b/nxcomp/src/ClientChannel.cpp
index f01ad6d7b..1c6354897 100644
--- a/nxcomp/src/ClientChannel.cpp
+++ b/nxcomp/src/ClientChannel.cpp
@@ -5782,7 +5782,7 @@ int ClientChannel::handleSplitEvent(DecodeBuffer &decodeBuffer)
#if defined(TEST) || defined(SPLIT)
*logofs << "handleSplitEvent: SPLIT! Spent "
- << diffTimestamp(startTs, getTimestamp()) << " Ms "
+ << diffTimestamp(startTs, getTimestamp()) << " ms "
<< "handling abort split events for FD#" << fd_
<< ".\n" << logofs_flush;
#endif