Print out message in shutdown hook so people know everything's ok.
This commit is contained in:
parent
3be7e4db54
commit
303e0f4c55
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ public class HelmaShutdownHook extends Thread {
|
|||
*
|
||||
*/
|
||||
public void run() {
|
||||
System.err.println("Shutting down Helma - please stand by");
|
||||
|
||||
Logger logger = Server.getLogger();
|
||||
|
||||
if (logger != null) {
|
||||
|
|
Loading…
Add table
Reference in a new issue