Added "..." to shutdown stderr message.

This commit is contained in:
hns 2003-08-18 12:24:16 +00:00
parent ebdf361ce5
commit a5feff74f6

View file

@ -38,7 +38,7 @@ public class HelmaShutdownHook extends Thread {
* *
*/ */
public void run() { public void run() {
System.err.println("Shutting down Helma - please stand by"); System.err.println("Shutting down Helma - please stand by...");
Logger logger = Server.getLogger(); Logger logger = Server.getLogger();