print stack trace if error happens in stop app
This commit is contained in:
parent
61cc0ba627
commit
2136f712e9
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ public class ApplicationManager {
|
|||
app.start ();
|
||||
} catch (Exception x) {
|
||||
IServer.getLogger().log ("Error creating application "+appName+": "+x);
|
||||
x.printStackTrace ();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue