aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_connectban.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_connectban.cpp')
-rw-r--r--src/modules/m_connectban.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_connectban.cpp b/src/modules/m_connectban.cpp
index 0b279adf4..e074c9cc7 100644
--- a/src/modules/m_connectban.cpp
+++ b/src/modules/m_connectban.cpp
@@ -64,7 +64,7 @@ private:
}
// If we have reached this point then we have encountered a bug.
- ServerInstance->Logs.Log(MODNAME, LOG_DEBUG, "BUG: ModuleConnectBan::GetRange(): socket type %d is unknown!", family);
+ ServerInstance->Logs.Debug(MODNAME, "BUG: ModuleConnectBan::GetRange(): socket type %d is unknown!", family);
return 0;
}
@@ -170,7 +170,7 @@ public:
void OnGarbageCollect() override
{
- ServerInstance->Logs.Log(MODNAME, LOG_DEBUG, "Clearing map.");
+ ServerInstance->Logs.Debug(MODNAME, "Clearing map.");
connects.clear();
}
};