quiet the ghost of jrandom

This commit is contained in:
zzz
2009-04-27 13:33:22 +00:00
parent 4f0013e8da
commit fa6aa44a86

View File

@ -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; }
};