From a3269e37bdafb9e4bbdd3014dc2c2cc27635e51c Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 5 Jul 2023 15:04:19 +0100 Subject: Minor improvements to cull logging. - CULLLIST has been renamed to CULL which is easier to spell. - Some log messages have been improved slightly. --- src/extensible.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/extensible.cpp') 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)); } } -- cgit v1.3.1-10-gc9f91