summaryrefslogtreecommitdiff
path: root/src/webserver_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webserver_main.cpp')
-rw-r--r--src/webserver_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webserver_main.cpp b/src/webserver_main.cpp
index 0694b19517..cd31152906 100644
--- a/src/webserver_main.cpp
+++ b/src/webserver_main.cpp
@@ -59,7 +59,7 @@ inline void setupSocket(crow::App& app)
int main(int /*argc*/, char** /*argv*/)
{
- crow::logger::setLogLevel(crow::LogLevel::Debug);
+ crow::Logger::setLogLevel(crow::LogLevel::Debug);
auto io = std::make_shared<boost::asio::io_context>();
App app(io);