forked from I2P_Developers/i2p.i2p
log tweak
This commit is contained in:
@ -349,8 +349,8 @@ class BuildHandler {
|
|||||||
RouterInfo ri = getContext().netDb().lookupRouterInfoLocally(_nextPeer);
|
RouterInfo ri = getContext().netDb().lookupRouterInfoLocally(_nextPeer);
|
||||||
if (ri != null)
|
if (ri != null)
|
||||||
handleReq(ri, _state, _req, _nextPeer);
|
handleReq(ri, _state, _req, _nextPeer);
|
||||||
else
|
else if (_log.shouldLog(Log.WARN))
|
||||||
_log.error("Deferred successfully, but we couldnt find " + _nextPeer.toBase64() + "?");
|
_log.warn("Deferred successfully, but we couldnt find " + _nextPeer.toBase64() + "?");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user