From 5f6bf286847550f386324e1e2db6c909cbd9f318 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 4 Mar 2024 13:18:04 +0000 Subject: Rename some of the Module member variables. --- src/configreader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/configreader.cpp') 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()); } -- cgit v1.3.1-10-gc9f91