I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 87a56a6f authored by zzz's avatar zzz
Browse files

* RouterClock: Reduce log level (ticket #790)

parent 0fa938e0
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ public class RouterClock extends Clock {
// only listen to a worse stratum if it's been a while
if (_alreadyChanged && stratum > _lastStratum &&
System.currentTimeMillis() - _lastChanged < MIN_DELAY_FOR_WORSE_STRATUM) {
getLog().warn("Ignoring update from a stratum " + stratum +
getLog().debug("Ignoring update from a stratum " + stratum +
" clock, we recently had an update from a stratum " + _lastStratum + " clock");
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment