Skip to content

Commit ee1d372

Browse files
committed
System Touch
1 parent 344d54d commit ee1d372

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

source/Main.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ public Main()
5454

5555
CommonRails.printSystemComponent(this, this.hashCode(),". National NitroExpress™ Web Engine Starting .");
5656

57-
// Re-order and print captured startup entries, then continue with normal startup
5857
try
5958
{
6059
NationalDriver.printCorrectedOrder();
@@ -63,7 +62,7 @@ public Main()
6362
}
6463
catch (Throwable t)
6564
{
66-
// best-effort: continue startup even if reordering fails
65+
t.printStackTrace(System.err);
6766
}
6867

6968
NitroWebExpress nitro = new NitroWebExpress(Main.WEBEXPRESS_PORT, Main.WEBEXPRESS_HOSTNAME, Main.WEB_EXPRESS_SERVER_THREADNAME);

0 commit comments

Comments
 (0)