aboutsummaryrefslogtreecommitdiff
path: root/src/common/Platform/ServiceWin32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/Platform/ServiceWin32.cpp')
-rw-r--r--src/common/Platform/ServiceWin32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Platform/ServiceWin32.cpp b/src/common/Platform/ServiceWin32.cpp
index 54ebbf5ec33..be827a8308a 100644
--- a/src/common/Platform/ServiceWin32.cpp
+++ b/src/common/Platform/ServiceWin32.cpp
@@ -253,7 +253,7 @@ bool WinServiceRun()
if (!StartServiceCtrlDispatcher(serviceTable))
{
- TC_LOG_ERROR("server.worldserver", "StartService Failed. Error [%u]", uint32(::GetLastError()));
+ TC_LOG_ERROR("server.worldserver", "StartService Failed. Error [{}]", uint32(::GetLastError()));
return false;
}
return true;