aboutsummaryrefslogtreecommitdiff
path: root/nxcomp/src/Timestamp.h
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/Timestamp.h
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/Timestamp.h')
-rw-r--r--nxcomp/src/Timestamp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nxcomp/src/Timestamp.h b/nxcomp/src/Timestamp.h
index 604f5a3bc..bb9b243db 100644
--- a/nxcomp/src/Timestamp.h
+++ b/nxcomp/src/Timestamp.h
@@ -135,7 +135,7 @@ inline T_timestamp getTimestamp()
if (diffTs > DRIFT_TIMESTAMP)
{
*logofs << "Timestamp: WARNING! Time difference since the "
- << "current timestamp is " << diffTs << " Ms.\n"
+ << "current timestamp is " << diffTs << "ms.\n"
<< logofs_flush;
}
@@ -293,7 +293,7 @@ inline T_timestamp getNewTimestamp()
if (diffTs > DRIFT_TIMESTAMP)
{
*logofs << "Timestamp: WARNING! Time difference since the "
- << "old timestamp is " << diffTs << " Ms.\n"
+ << "old timestamp is " << diffTs << "ms.\n"
<< logofs_flush;
}