added shutdown command and improved error logging for shutdown sequence
This commit is contained in:
@@ -78,8 +78,8 @@ public final class SystemTermination {
|
||||
}
|
||||
});
|
||||
}
|
||||
} catch (Throwable t) {
|
||||
t.printStackTrace();
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
// ServerStore.dump(directory + "store/");
|
||||
|
||||
Reference in New Issue
Block a user