aboutsummaryrefslogtreecommitdiffstats
path: root/src/extensible.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/extensible.cpp')
-rw-r--r--src/extensible.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extensible.cpp b/src/extensible.cpp
index c6799bba2..559a395c1 100644
--- a/src/extensible.cpp
+++ b/src/extensible.cpp
@@ -58,7 +58,7 @@ Extensible::~Extensible()
{
if ((!extensions.empty() || !culled) && ServerInstance)
{
- ServerInstance->Logs.Debug("CULLLIST", "Extensible destructor called without cull @{}",
+ ServerInstance->Logs.Debug("CULL", "Extensible was deleted without being culled: @{}",
fmt::ptr(this));
}
}