summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2017-08-27 13:25:29 +0100
committerPeter Powell <petpow@saberuk.com>2017-08-27 13:25:29 +0100
commita3f2e6ed5424c3e27aa1c7226bb436cd46bb19f7 (patch)
tree149e712c1b2d0324115a8f970607266824ea3366 /src/modules/m_spanningtree
parenta1bc06e8a02635d68761ac890912906674dafadc (diff)
Remove module file extensions from user-visible messages.
Diffstat (limited to 'src/modules/m_spanningtree')
-rw-r--r--src/modules/m_spanningtree/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/main.cpp b/src/modules/m_spanningtree/main.cpp
index 321ed99b8..2d76102bc 100644
--- a/src/modules/m_spanningtree/main.cpp
+++ b/src/modules/m_spanningtree/main.cpp
@@ -231,7 +231,7 @@ void ModuleSpanningTree::ConnectServer(Link* x, Autoconnect* y)
}
else if (!DNS)
{
- ServerInstance->SNO->WriteToSnoMask('l', "CONNECT: Error connecting \002%s\002: Hostname given and m_dns.so is not loaded, unable to resolve.", x->Name.c_str());
+ ServerInstance->SNO->WriteToSnoMask('l', "CONNECT: Error connecting \002%s\002: Hostname given and core_dns is not loaded, unable to resolve.", x->Name.c_str());
}
else
{