forked from I2P_Developers/i2p.i2p
log tweak, bump
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
2015-12-13 zzz
|
||||
* Data: Optimize router info writes, disable caching
|
||||
|
||||
2015-12-12 zzz
|
||||
* Router:
|
||||
- Add family public key to router info (ticket #1510)
|
||||
|
@ -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