aboutsummaryrefslogtreecommitdiffstats
path: root/src/logging.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2024-06-13 17:40:19 +0100
committerGravatar Sadie Powell2024-06-13 17:40:19 +0100
commit26cac77c5d3857ff5960593d49f71026975c37bf (patch)
treebc604b928e90fc871024ea5224635e7d6d83eb46 /src/logging.cpp
parentRemove support for the v3-style permchannels database. (diff)
parentRemove development warning from the readme. (diff)
Merge branch 'insp4' into master.
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 b46840792..d53e8d9f2 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;
}