User Server.getLogger() to get the Logger.
This commit is contained in:
parent
fb7c48416d
commit
0b399703b2
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ public class HelmaShutdownHook extends Thread {
|
|||
public void run() {
|
||||
System.err.println("Shutting down Helma - please stand by...");
|
||||
|
||||
LogFactory.getLog("helma.server").info("Shutting down Helma");
|
||||
Server.getLogger().info("Shutting down Helma");
|
||||
|
||||
appmgr.stopAll();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue