aboutsummaryrefslogtreecommitdiff
path: root/src/base.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/base.cpp')
-rw-r--r--src/base.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base.cpp b/src/base.cpp
index a77dec862..1653b7d9b 100644
--- a/src/base.cpp
+++ b/src/base.cpp
@@ -51,7 +51,7 @@ refcountbase::~refcountbase()
{
if (refcount && ServerInstance)
{
- ServerInstance->Logs.Debug("CULLLIST", "refcountbase::~ @{} with refcount {}",
+ ServerInstance->Logs.Debug("CULL", "refcountbase::~ @{} with refcount {}",
fmt::ptr(this), refcount);
}
}
@@ -60,7 +60,7 @@ usecountbase::~usecountbase()
{
if (usecount && ServerInstance)
{
- ServerInstance->Logs.Debug("CULLLIST", "usecountbase::~ @{} with refcount {}",
+ ServerInstance->Logs.Debug("CULL", "usecountbase::~ @{} with refcount {}",
fmt::ptr(this), usecount);
}
}