summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 b05161d316..6bdce98163 100644
--- a/src/webserver_main.cpp
+++ b/src/webserver_main.cpp
@@ -61,7 +61,7 @@ inline void setupSocket(crow::App& app)
}
}
-int run()
+static int run()
{
crow::Logger::setLogLevel(crow::LogLevel::Debug);