aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/httpasio.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-10-20 16:11:13 +0200
committerStefan Boberg <[email protected]>2021-10-20 16:11:13 +0200
commite67c332cc289768885334dc46a9ff3dd99874abe (patch)
treec2bb2132c1f6c8a896511373f8952963c3d98bc0 /zenhttp/httpasio.cpp
parentAdded ZEN_THIRD_PARTY_INCLUDES_START to prevent compilation issues (diff)
parentFormat fix. (diff)
downloadzen-e67c332cc289768885334dc46a9ff3dd99874abe.tar.xz
zen-e67c332cc289768885334dc46a9ff3dd99874abe.zip
Merge branch 'main' of https://github.com/EpicGames/zen into 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;
}