diff options
| author | Stefan Boberg <[email protected]> | 2021-09-15 10:05:25 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-15 10:05:25 +0200 |
| commit | 94b4091533b15929c381ad027d3d0cdb4be3aded (patch) | |
| tree | 799a47518657a06010c20f4597647a0724c1081e /zenserver/testing/launch.h | |
| parent | Added options for indicating a server is running in "dedicated" mode (diff) | |
| download | zen-94b4091533b15929c381ad027d3d0cdb4be3aded.tar.xz zen-94b4091533b15929c381ad027d3d0cdb4be3aded.zip | |
Changed so more loggers go via the zen::loggers interface
Diffstat (limited to 'zenserver/testing/launch.h')
| -rw-r--r-- | zenserver/testing/launch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver/testing/launch.h b/zenserver/testing/launch.h index a6eb137d2..001615499 100644 --- a/zenserver/testing/launch.h +++ b/zenserver/testing/launch.h @@ -24,7 +24,7 @@ public: virtual void HandleRequest(HttpServerRequest& Request) override; private: - spdlog::logger m_Log; + spdlog::logger& m_Log; HttpRequestRouter m_Router; CasStore& m_CasStore; std::filesystem::path m_SandboxPath; |