log tweaks

This commit is contained in:
zzz
2019-05-29 15:51:04 +00:00
parent e189236e3e
commit 307a8239fb
2 changed files with 9 additions and 4 deletions

View File

@ -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())