From ed8abaa6e0d7741b16689e650f2cb7995ad72ce5 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 11 Jun 2024 12:24:01 +0100 Subject: Fix some references to --debug that should be --protocoldebug now. --- src/logging.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/logging.cpp') 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; } -- cgit v1.3.1-10-gc9f91