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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zenserver/main.cpp b/src/zenserver/main.cpp
index f482e6737..b83964319 100644
--- a/src/zenserver/main.cpp
+++ b/src/zenserver/main.cpp
@@ -150,7 +150,7 @@ ZenEntryPoint::Run()
std::exit(99);
}
- InitializeLogging(m_ServerOptions);
+ InitializeServerLogging(m_ServerOptions);
#if ZEN_USE_SENTRY
Sentry.LogStartupInformation();
@@ -251,7 +251,7 @@ ZenEntryPoint::Run()
}
}
- ShutdownLogging();
+ ShutdownServerLogging();
return ApplicationExitCode();
}