summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2013-08-04 13:46:17 +0100
committerPeter Powell <petpow@saberuk.com>2013-08-04 14:59:20 +0100
commitcc1d8c1d57abc36effdc1e9383e4d7f5a3ea9ab0 (patch)
tree1136c86e37046d5717bbb9aea97ae558ef4adbe2 /src/modules/m_spanningtree
parent24623a5fe6ff986ad342e2b00d3576b4899a6033 (diff)
Modify the log message to contain the log type.
Diffstat (limited to 'src/modules/m_spanningtree')
-rw-r--r--src/modules/m_spanningtree/utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/utils.cpp b/src/modules/m_spanningtree/utils.cpp
index 9739cfafb..c689676a9 100644
--- a/src/modules/m_spanningtree/utils.cpp
+++ b/src/modules/m_spanningtree/utils.cpp
@@ -274,7 +274,7 @@ void SpanningTreeUtilities::RefreshIPCache()
Link* L = *i;
if (!L->Port)
{
- ServerInstance->Logs->Log(MODNAME, LOG_DEFAULT, "m_spanningtree: Ignoring a link block without a port.");
+ ServerInstance->Logs->Log(MODNAME, LOG_DEFAULT, "Ignoring a link block without a port.");
/* Invalid link block */
continue;
}