diff options
| author | 2024-06-13 17:40:19 +0100 | |
|---|---|---|
| committer | 2024-06-13 17:40:19 +0100 | |
| commit | 26cac77c5d3857ff5960593d49f71026975c37bf (patch) | |
| tree | bc604b928e90fc871024ea5224635e7d6d83eb46 /src/logging.cpp | |
| parent | Remove support for the v3-style permchannels database. (diff) | |
| parent | Remove development warning from the readme. (diff) | |
Merge branch 'insp4' into master.
Diffstat (limited to 'src/logging.cpp')
| -rw-r--r-- | src/logging.cpp | 2 |
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; } |
