Added "..." to shutdown stderr message.
This commit is contained in:
parent
ebdf361ce5
commit
a5feff74f6
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ public class HelmaShutdownHook extends Thread {
|
|||
*
|
||||
*/
|
||||
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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue