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

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

log tweak

parent baa92b4e
No related branches found
No related tags found
No related merge requests found
...@@ -339,8 +339,8 @@ public class TunnelDispatcher implements Service { ...@@ -339,8 +339,8 @@ public class TunnelDispatcher implements Service {
boolean removed = (null != _participatingConfig.remove(recvId)); boolean removed = (null != _participatingConfig.remove(recvId));
if (!removed) { if (!removed) {
if (_log.shouldLog(Log.WARN)) if (_log.shouldLog(Log.INFO))
_log.warn("Participating tunnel, but no longer listed in participatingConfig? " + cfg); _log.info("Participating tunnel, but no longer listed in participatingConfig? " + cfg);
} }
removed = (null != _participants.remove(recvId)); removed = (null != _participants.remove(recvId));
......
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