forked from I2P_Developers/i2p.i2p
log fix
This commit is contained in:
@ -961,7 +961,7 @@ public abstract class KademliaNetworkDatabaseFacade extends NetworkDatabaseFacad
|
|||||||
encls.setClientPrivateKey(bd.getAuthPrivKey());
|
encls.setClientPrivateKey(bd.getAuthPrivKey());
|
||||||
} else {
|
} else {
|
||||||
if (_log.shouldWarn())
|
if (_log.shouldWarn())
|
||||||
_log.warn("No blind data found for encls: " + encls);
|
_log.warn("No blind data found for encls: " + leaseSet);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user