mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[10579] Better wording in log for shutdown cancelled case.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
685ba899d3
commit
8eddf07074
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue