[10579] Better wording in log for shutdown cancelled case.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
akreao 2010-10-06 03:33:11 +04:00 committed by VladimirMangos
parent 685ba899d3
commit 8eddf07074
2 changed files with 2 additions and 2 deletions

View file

@ -1838,7 +1838,7 @@ void World::ShutdownCancel()
m_ExitCode = SHUTDOWN_EXIT_CODE; // to default value
SendServerMessage(msgid);
DEBUG_LOG("Server %s cancelled.",(m_ShutdownMask & SHUTDOWN_MASK_RESTART ? "restart" : "shutting down"));
DEBUG_LOG("Server %s cancelled.",(m_ShutdownMask & SHUTDOWN_MASK_RESTART ? "restart" : "shutdown"));
}
/// Send a server message to the user(s)