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

Skip to content
Snippets Groups Projects
Unverified Commit fd2af4d8 authored by zzz's avatar zzz
Browse files

log typo

parent ccb01ccf
No related branches found
No related tags found
No related merge requests found
......@@ -168,13 +168,13 @@ public class RouterClock extends Clock {
if (log.shouldWarn())
log.warn("Ignoring clock offset " + offsetMs + "ms (current " + _offset +
"ms) since it would increase peer clock skew from " + currentPeerClockSkew +
"ms to " + predictedPeerClockSkew + "ms. Stratrum: " + stratum);
"ms to " + predictedPeerClockSkew + "ms. Stratum: " + stratum);
return;
} else {
if (log.shouldInfo())
log.info("Approving clock offset " + offsetMs + "ms (current " + _offset +
"ms) since it would decrease peer clock skew from " + currentPeerClockSkew +
"ms to " + predictedPeerClockSkew + "ms. Stratrum: " + stratum);
"ms to " + predictedPeerClockSkew + "ms. Stratum: " + stratum);
}
} // check sanity
}
......
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