forked from I2P_Developers/i2p.i2p
Blinding:
- Fix bugs with lookup password - Log tweaks
This commit is contained in:
@ -153,8 +153,8 @@ public class ConfigKeyringHandler extends FormHandler {
|
||||
bdout = new BlindData(_context, spk, blindType, _secret, atype, pk);
|
||||
}
|
||||
if (bdold != null) {
|
||||
// debug
|
||||
addFormNotice("already cached: " + bdold);
|
||||
if (_log.shouldDebug())
|
||||
_log.debug("already cached: " + bdold);
|
||||
}
|
||||
try {
|
||||
_context.netDb().setBlindData(bdout);
|
||||
|
Reference in New Issue
Block a user