aboutsummaryrefslogtreecommitdiffstats
path: root/src/logging.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/logging.cpp')
-rw-r--r--src/logging.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logging.cpp b/src/logging.cpp
index 3edda5005..68d214668 100644
--- a/src/logging.cpp
+++ b/src/logging.cpp
@@ -217,7 +217,7 @@ void Log::Manager::OpenLogs(bool requiremethods)
// If the server is started in debug mode we don't write logs.
if (ServerInstance->Config->CommandLine.forcedebug)
{
- Normal("LOG", "Not opening loggers because we were started with --debug");
+ Normal("LOG", "Not opening loggers because we were started with --(protocol)debug");
return;
}