print stack trace if error happens in stop app

This commit is contained in:
hns 2001-02-06 19:35:54 +00:00
parent 61cc0ba627
commit 2136f712e9

View file

@ -75,6 +75,7 @@ public class ApplicationManager {
app.start ();
} catch (Exception x) {
IServer.getLogger().log ("Error creating application "+appName+": "+x);
x.printStackTrace ();
}
}