I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit fa6aa44a authored by zzz's avatar zzz
Browse files

quiet the ghost of jrandom

parent 4f0013e8
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ class SchedulerChooser { ...@@ -55,7 +55,7 @@ class SchedulerChooser {
} }
public void eventOccurred(Connection con) { 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; } public boolean accept(Connection con) { return true; }
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment