diff options
| author | 2024-06-11 12:24:01 +0100 | |
|---|---|---|
| committer | 2024-06-11 12:24:01 +0100 | |
| commit | ed8abaa6e0d7741b16689e650f2cb7995ad72ce5 (patch) | |
| tree | 6b18118527417a41247735f486e4508aa99943b9 /src/logging.cpp | |
| parent | Remove host-based cloak data from the hmac-sha256-addr link data. (diff) | |
Fix some references to --debug that should be --protocoldebug now.
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 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; } |
