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

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

Tunnels: remove log in test timeout job

parent f317d29d
No related branches found
No related tags found
No related merge requests found
...@@ -335,8 +335,8 @@ class TestJob extends JobImpl { ...@@ -335,8 +335,8 @@ class TestJob extends JobImpl {
public String getName() { return "Tunnel test timeout"; } public String getName() { return "Tunnel test timeout"; }
public void runJob() { public void runJob() {
if (_log.shouldLog(Log.WARN)) //if (_log.shouldLog(Log.WARN))
_log.warn("Tunnel test #" + _id + " timeout: found? " + _found); // _log.warn("Tunnel test #" + _id + " timeout: found? " + _found);
if (!_found) { if (!_found) {
// don't clog up the SKM with old one-tag tagsets // don't clog up the SKM with old one-tag tagsets
SessionKeyManager skm; SessionKeyManager skm;
......
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