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

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

log tweak

parent 238ebc23
No related branches found
No related tags found
No related merge requests found
......@@ -76,8 +76,8 @@ public class HandleDatabaseLookupMessageJob extends JobImpl {
// If we are hidden we should not get queries, log and return
if (getContext().router().isHidden()) {
if (_log.shouldLog(Log.ERROR)) {
_log.error("Uninvited dbLookup received with replies going to " + fromKey
if (_log.shouldLog(Log.WARN)) {
_log.warn("Uninvited dbLookup received with replies going to " + fromKey
+ " (tunnel " + _message.getReplyTunnel() + ")");
}
return;
......
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