aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2026-03-31 12:58:52 +0200
committerDan Engelbrecht <[email protected]>2026-03-31 12:58:52 +0200
commit4986f60da60d2802938878c63aaf48341b27fded (patch)
treea0033437197111e75e068b8a0c380641f28aa3ea /src
parentfix jupiterbuildstorage concurrency (#906) (diff)
downloadzen-de/test-build-trigger.tar.xz
zen-de/test-build-trigger.zip
Diffstat (limited to 'src')
-rw-r--r--src/zenserver/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenserver/main.cpp b/src/zenserver/main.cpp
index 00b7a67d7..233618f71 100644
--- a/src/zenserver/main.cpp
+++ b/src/zenserver/main.cpp
@@ -168,7 +168,7 @@ AppMain(int argc, char* argv[])
{
if (IsDir(ServerOptions.DataDir))
{
- ZEN_CONSOLE_INFO("Deleting files from '{}' ({})", ServerOptions.DataDir, DeleteReason);
+ ZEN_CONSOLE_INFO("Deleting files from '{}'. ({})", ServerOptions.DataDir, DeleteReason);
DeleteDirectories(ServerOptions.DataDir);
}
}