* Minor formatting bug: missing dot in onStop() error output.

This commit is contained in:
hns 2007-03-28 13:10:04 +00:00
parent 4575142c60
commit b2a6acdf97

View file

@ -462,7 +462,7 @@ public final class Application implements Runnable {
eval = getEvaluator(); eval = getEvaluator();
eval.invokeInternal(null, "onStop", RequestEvaluator.EMPTY_ARGS); eval.invokeInternal(null, "onStop", RequestEvaluator.EMPTY_ARGS);
} catch (Exception x) { } catch (Exception x) {
logError("Error in " + name + "onStop()", x); logError("Error in " + name + ".onStop()", x);
} }
// mark app as stopped // mark app as stopped