forked from I2P_Developers/i2p.i2p
log tweak, bump
This commit is contained in:
@@ -18,7 +18,7 @@ public class RouterVersion {
|
||||
/** deprecated */
|
||||
public final static String ID = "Monotone";
|
||||
public final static String VERSION = CoreVersion.VERSION;
|
||||
public final static long BUILD = 13;
|
||||
public final static long BUILD = 14;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
@@ -900,7 +900,7 @@ public class KademliaNetworkDatabaseFacade extends NetworkDatabaseFacade {
|
||||
boolean validFamily = fkc.verify(routerInfo);
|
||||
if (!validFamily) {
|
||||
if (_log.shouldWarn())
|
||||
_log.warn("Bad family sig: " + routerInfo);
|
||||
_log.warn("Bad family sig: " + routerInfo.getHash());
|
||||
}
|
||||
// todo store in RI
|
||||
}
|
||||
|
Reference in New Issue
Block a user