diff options
Diffstat (limited to 'src/configreader.cpp')
| -rw-r--r-- | src/configreader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp index d18b86c99..1ff31d42f 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -747,7 +747,7 @@ void ConfigReaderThread::OnStop() catch (const CoreException& modex) { ServerInstance->Logs.Critical("MODULE", "Unable to read the configuration for {}: {}", - mod->ModuleSourceFile, modex.what()); + mod->ModuleFile, modex.what()); if (user) user->WriteNotice(modname + ": " + modex.GetReason()); } |
