aboutsummaryrefslogtreecommitdiff
path: root/src/extensible.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2023-07-05 15:04:19 +0100
committerGravatar Sadie Powell2023-07-05 15:06:15 +0100
commita3269e37bdafb9e4bbdd3014dc2c2cc27635e51c (patch)
tree0d87578aced05a4b3d5d69a22cc2f7858aed022c /src/extensible.cpp
parentRestore the double container logic in CullList::Apply. (diff)
Minor improvements to cull logging.
- CULLLIST has been renamed to CULL which is easier to spell. - Some log messages have been improved slightly.
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));
}
}