aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/postcommand.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2024-03-04 13:18:04 +0000
committerGravatar Sadie Powell2024-03-04 13:18:04 +0000
commit5f6bf286847550f386324e1e2db6c909cbd9f318 (patch)
tree61a50d4fff21106742f4ca6be30d92eae0191875 /src/modules/m_spanningtree/postcommand.cpp
parentMerge branch 'insp3' into master. (diff)
Rename some of the Module member variables.
Diffstat (limited to 'src/modules/m_spanningtree/postcommand.cpp')
-rw-r--r--src/modules/m_spanningtree/postcommand.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/postcommand.cpp b/src/modules/m_spanningtree/postcommand.cpp
index f8ca25daa..cf116c414 100644
--- a/src/modules/m_spanningtree/postcommand.cpp
+++ b/src/modules/m_spanningtree/postcommand.cpp
@@ -77,7 +77,7 @@ void SpanningTreeUtilities::RouteCommand(TreeServer* origin, CommandBase* thiscm
if (!(srcmodule->properties & (VF_COMMON | VF_CORE)) && srcmodule != Creator)
{
ServerInstance->Logs.Normal(MODNAME, "Routed command {} from non-VF_COMMON module {}",
- command, srcmodule->ModuleSourceFile);
+ command, srcmodule->ModuleFile);
return;
}
}