aboutsummaryrefslogtreecommitdiff
path: root/src/configreader.cpp
diff options
context:
space:
mode:
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 15ddb1409..804406ec4 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -740,7 +740,7 @@ void ConfigReaderThread::OnStop()
{
try
{
- ServerInstance->Logs.Debug("MODULE", "Rehashing " + modname);
+ ServerInstance->Logs.Debug("MODULE", "Rehashing {}", modname);
mod->ReadConfig(status);
}
catch (const CoreException& modex)