aboutsummaryrefslogtreecommitdiff
path: root/src/configreader.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2025-02-14 14:27:08 +0000
committerGravatar Sadie Powell2025-02-14 14:27:08 +0000
commit2025b34ed248b0fdefc85e7062fe3440a275a536 (patch)
treef05a8787c41477916bf53b973091418802ac7208 /src/configreader.cpp
parentPurge v3 compatibility code. (diff)
parentMove RPL_TIME to the numeric header, unify TIME and ALLTIME. (diff)
Merge branch 'insp4' into master.
Diffstat (limited to 'src/configreader.cpp')
-rw-r--r--src/configreader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp
index 61d0b8bca..5bc94b8a9 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -709,7 +709,7 @@ void ConfigReaderThread::OnStop()
{
try
{
- ServerInstance->Logs.Debug("MODULE", "Rehashing " + modname);
+ ServerInstance->Logs.Debug("MODULE", "Rehashing {}", modname);
mod->ReadConfig(status);
}
catch (const CoreException& modex)