From e23ee3fde17a6bb17a9e56c7105f4bbceb36391f Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 18 Jan 2022 03:30:22 +0000 Subject: Rewrite logging calls to use the new APIs. --- 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 0a72cfaca..4b36d0778 100644 --- a/src/extensible.cpp +++ b/src/extensible.cpp @@ -57,7 +57,7 @@ Extensible::~Extensible() { if ((!extensions.empty() || !culled) && ServerInstance) { - ServerInstance->Logs.Log("CULLLIST", LOG_DEBUG, "Extensible destructor called without cull @%p", + ServerInstance->Logs.Debug("CULLLIST", "Extensible destructor called without cull @%p", static_cast(this)); } } -- cgit v1.3.1-10-gc9f91