mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 15:16:24 +00:00
Big update.
This commit is contained in:
@@ -254,7 +254,7 @@ bool WinServiceRun()
|
||||
|
||||
if (!StartServiceCtrlDispatcher(serviceTable))
|
||||
{
|
||||
LOG_ERROR("server", "StartService Failed. Error [%u]", ::GetLastError());
|
||||
LOG_ERROR("server", "StartService Failed. Error [{}]", ::GetLastError());
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user