aboutsummaryrefslogtreecommitdiff
path: root/zenserver/zenserver.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2022-02-04 16:19:24 +0100
committerStefan Boberg <[email protected]>2022-02-04 16:19:24 +0100
commita3682267e782e991834fc94f5a226a748fef285d (patch)
treeb5781981640b8e4686345b0f6742707ae8ee7e7b /zenserver/zenserver.cpp
parentChanged some initializers to constinit to ensure compile time initialization (diff)
downloadzen-a3682267e782e991834fc94f5a226a748fef285d.tar.xz
zen-a3682267e782e991834fc94f5a226a748fef285d.zip
Added log output to make it clearer which lock file is in use
Diffstat (limited to 'zenserver/zenserver.cpp')
-rw-r--r--zenserver/zenserver.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/zenserver/zenserver.cpp b/zenserver/zenserver.cpp
index 224376e81..fca7d9bd1 100644
--- a/zenserver/zenserver.cpp
+++ b/zenserver/zenserver.cpp
@@ -862,6 +862,8 @@ ZenEntryPoint::Run()
InitializeLogging(ServerOptions);
+ ZEN_INFO(ZEN_APP_NAME " - using lock file at '{}'", LockFilePath);
+
ZEN_INFO(ZEN_APP_NAME " - starting on port {}, version '{}'", ServerOptions.BasePort, ZEN_CFG_VERSION_BUILD_STRING_FULL);
ZenServerState ServerState;