mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-06-04 17:21:38 +00:00
quiet the ghost of jrandom
This commit is contained in:
@@ -55,7 +55,7 @@ class SchedulerChooser {
|
||||
}
|
||||
|
||||
public void eventOccurred(Connection con) {
|
||||
_log.log(Log.CRIT, "Yell at jrandom: Event occurred on " + con, new Exception("source"));
|
||||
_log.log(Log.ERROR, "Yell at jrandom: Event occurred on " + con, new Exception("source"));
|
||||
}
|
||||
public boolean accept(Connection con) { return true; }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user