diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-05 18:12:11 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-05 18:12:11 +0100 |
commit | 05cf54af3de6f3e32e08d7bc32e10d58221a068b (patch) | |
tree | 05ee5221e4824d1210682e1be268c981684194f3 /nxcomp/src/Timestamp.h | |
parent | 7f777e01e3bb8780ba91e70171a0aae78a95692e (diff) | |
parent | b8c929773fac19dad8af05d0bc64b1b3fed88309 (diff) | |
download | nx-libs-05cf54af3de6f3e32e08d7bc32e10d58221a068b.tar.gz nx-libs-05cf54af3de6f3e32e08d7bc32e10d58221a068b.tar.bz2 nx-libs-05cf54af3de6f3e32e08d7bc32e10d58221a068b.zip |
Merge branch 'uli42-pr/fix_global_tcpFD' into 3.6.x
Attributes GH PR #579: https://github.com/ArcticaProject/nx-libs/pull/579
Diffstat (limited to 'nxcomp/src/Timestamp.h')
-rw-r--r-- | nxcomp/src/Timestamp.h | 4 |
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; } |