diff --git a/router/java/src/net/i2p/router/tunnel/TunnelDispatcher.java b/router/java/src/net/i2p/router/tunnel/TunnelDispatcher.java index d69b501089e37225bab32e83a098878434ad443f..a04ea3a2fca9aadce57fab3d66b1bc82a02d8070 100644 --- a/router/java/src/net/i2p/router/tunnel/TunnelDispatcher.java +++ b/router/java/src/net/i2p/router/tunnel/TunnelDispatcher.java @@ -339,8 +339,8 @@ public class TunnelDispatcher implements Service { boolean removed = (null != _participatingConfig.remove(recvId)); if (!removed) { - if (_log.shouldLog(Log.WARN)) - _log.warn("Participating tunnel, but no longer listed in participatingConfig? " + cfg); + if (_log.shouldLog(Log.INFO)) + _log.info("Participating tunnel, but no longer listed in participatingConfig? " + cfg); } removed = (null != _participants.remove(recvId));