use logEvent() instead of System.err.println()

This commit is contained in:
hns 2002-11-08 14:19:15 +00:00
parent b90ef71017
commit 59330c9a01

View file

@ -1087,7 +1087,7 @@ public final class Application implements IPathElement, Runnable {
try {
eval.invokeFunction ((INode) null, "onStart", new Object[0]);
} catch (Exception ignore) {
System.err.println ("Error in "+name+"/onStart(): "+ignore);
logEvent ("Error in "+name+"/onStart(): "+ignore);
}
while (Thread.currentThread () == worker) {