forked from I2P_Developers/i2p.i2p
log tweaks
This commit is contained in:
@ -99,7 +99,8 @@ class LookupDestJob extends JobImpl {
|
||||
}
|
||||
h = bd.getBlindedHash();
|
||||
if (_log.shouldDebug())
|
||||
_log.debug("Converting name lookup " + name + " to blinded " + h);
|
||||
_log.debug("Converting name lookup " + name + " to blinded " + h +
|
||||
" using BlindData:\n" + bd);
|
||||
name = null;
|
||||
} catch (RuntimeException re) {
|
||||
if (_log.shouldWarn())
|
||||
|
Reference in New Issue
Block a user