aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenserver/main.cpp')
-rw-r--r--src/zenserver/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zenserver/main.cpp b/src/zenserver/main.cpp
index 18b907534..cf1ed6ee8 100644
--- a/src/zenserver/main.cpp
+++ b/src/zenserver/main.cpp
@@ -82,6 +82,8 @@ ZenEntryPoint::ZenEntryPoint(ZenServerOptions& ServerOptions) : m_ServerOptions(
int
ZenEntryPoint::Run()
{
+ zen::SetCurrentThreadName("main");
+
#if ZEN_USE_SENTRY
SentryIntegration Sentry;