forked from I2P_Developers/i2p.i2p
NetDB: Don't note 'enabled floodfill' in event log every startup when forced on
This commit is contained in:
@@ -57,7 +57,10 @@ class FloodfillMonitorJob extends JobImpl {
|
||||
_facade.setFloodfillEnabledFromMonitor(ff);
|
||||
if (ff != wasFF) {
|
||||
if (ff) {
|
||||
getContext().router().eventLog().addEvent(EventLog.BECAME_FLOODFILL);
|
||||
if (!(getContext().getBooleanProperty(PROP_FLOODFILL_PARTICIPANT) &&
|
||||
getContext().router().getUptime() < 3*60*1000)) {
|
||||
getContext().router().eventLog().addEvent(EventLog.BECAME_FLOODFILL);
|
||||
}
|
||||
} else {
|
||||
getContext().router().eventLog().addEvent(EventLog.NOT_FLOODFILL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user