aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_chanlog.cpp
diff options
context:
space:
mode:
authorGravatar Attila Molnar2016-09-12 17:26:05 +0200
committerGravatar Attila Molnar2016-09-12 17:26:05 +0200
commit55fa754510a00ea6691b9448389b006136d9e628 (patch)
tree0bf2e5c1407d4f7aca7a1106c2d3ffa1bac5742e /src/modules/m_chanlog.cpp
parentMerge pull request #1217 from SaberUK/master+die-restart (diff)
Change type of log messages to MODNAME in several modules
Diffstat (limited to 'src/modules/m_chanlog.cpp')
-rw-r--r--src/modules/m_chanlog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_chanlog.cpp b/src/modules/m_chanlog.cpp
index 0624b4a86..f618a539c 100644
--- a/src/modules/m_chanlog.cpp
+++ b/src/modules/m_chanlog.cpp
@@ -44,7 +44,7 @@ class ModuleChanLog : public Module
if (channel.empty() || snomasks.empty())
{
- ServerInstance->Logs->Log("CONFIG", LOG_DEFAULT, "Malformed chanlog tag, ignoring");
+ ServerInstance->Logs->Log(MODNAME, LOG_DEFAULT, "Malformed chanlog tag, ignoring");
continue;
}