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

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

log tweak

parent a61f113c
No related branches found
No related tags found
No related merge requests found
......@@ -349,8 +349,8 @@ class BuildHandler {
RouterInfo ri = getContext().netDb().lookupRouterInfoLocally(_nextPeer);
if (ri != null)
handleReq(ri, _state, _req, _nextPeer);
else
_log.error("Deferred successfully, but we couldnt find " + _nextPeer.toBase64() + "?");
else if (_log.shouldLog(Log.WARN))
_log.warn("Deferred successfully, but we couldnt find " + _nextPeer.toBase64() + "?");
}
}
......
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