aboutsummaryrefslogtreecommitdiff
path: root/zenserver-test/projectclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zenserver-test/projectclient.cpp')
-rw-r--r--zenserver-test/projectclient.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/zenserver-test/projectclient.cpp b/zenserver-test/projectclient.cpp
index 14d7140ec..2700ae9da 100644
--- a/zenserver-test/projectclient.cpp
+++ b/zenserver-test/projectclient.cpp
@@ -3,11 +3,11 @@
#include "projectclient.h"
#include <zencore/compactbinary.h>
+#include <zencore/logging.h>
#include <zencore/sharedbuffer.h>
#include <zencore/string.h>
#include <zencore/zencore.h>
-#include <spdlog/spdlog.h>
#include <asio.hpp>
#include <gsl/gsl-lite.hpp>
@@ -39,7 +39,7 @@ struct ProjectClientConnection
if (hPipe == INVALID_HANDLE_VALUE)
{
- spdlog::warn("failed while creating named pipe {}", WideToUtf8(PipeName));
+ ZEN_WARN("failed while creating named pipe {}", WideToUtf8(PipeName));
throw std::system_error(GetLastError(), std::system_category(), "Failed to open named pipe '{}'"_format(WideToUtf8(PipeName)));
}