mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
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 = "";
|
||||
|
||||
+1
-1
@@ -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