aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/httpasio.cpp
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2021-10-25 08:55:48 +0200
committerMartin Ridgers <[email protected]>2021-10-25 08:55:48 +0200
commit11a96d0892907155aca82197bad3b8f0a8696057 (patch)
tree11311a913e06f04ac35ceb9e1d96434a5bd78080 /zenhttp/httpasio.cpp
parentImplemented filecas.cpp for POSIX platforms (diff)
parentzenserver: Tweaked state initialization so we know when we're running for the... (diff)
downloadzen-11a96d0892907155aca82197bad3b8f0a8696057.tar.xz
zen-11a96d0892907155aca82197bad3b8f0a8696057.zip
Merged main
Diffstat (limited to 'zenhttp/httpasio.cpp')
-rw-r--r--zenhttp/httpasio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zenhttp/httpasio.cpp b/zenhttp/httpasio.cpp
index ce6503a96..ea84e7e87 100644
--- a/zenhttp/httpasio.cpp
+++ b/zenhttp/httpasio.cpp
@@ -35,7 +35,7 @@ inline spdlog::logger&
InitLogger()
{
spdlog::logger& Logger = logging::Get("asio");
- //Logger.set_level(spdlog::level::trace);
+ // Logger.set_level(spdlog::level::trace);
return Logger;
}