mirror of
https://github.com/ceph/ceph
synced 2024-12-14 23:46:28 +00:00
git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@992 29311d96-e01e-0410-9327-a35deaab8ce9
This commit is contained in:
parent
afc2edbf4e
commit
4f1091440f
@ -159,7 +159,7 @@ class Clock {
|
||||
gettimeofday(&n.timeval(), NULL);
|
||||
n -= zero;
|
||||
if (n < last) {
|
||||
std::cerr << "WARNING: clock jumped backwards from " << last << " to " << n << std::endl;
|
||||
//std::cerr << "WARNING: clock jumped backwards from " << last << " to " << n << std::endl;
|
||||
n = last; // clock jumped backwards!
|
||||
} else
|
||||
last = n;
|
||||
|
Loading…
Reference in New Issue
Block a user