From 206d31de85192353d03c74766e80513a87dc49b4 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 23 Jan 2023 23:48:09 +0000 Subject: Convert log calls to use fmtlib format strings --- src/extensible.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/extensible.cpp') diff --git a/src/extensible.cpp b/src/extensible.cpp index e3698eca6..dbecdd209 100644 --- a/src/extensible.cpp +++ b/src/extensible.cpp @@ -58,8 +58,8 @@ Extensible::~Extensible() { if ((!extensions.empty() || !culled) && ServerInstance) { - ServerInstance->Logs.Debug("CULLLIST", "Extensible destructor called without cull @%p", - static_cast(this)); + ServerInstance->Logs.Debug("CULLLIST", "Extensible destructor called without cull @{}", + fmt::ptr(this)); } } -- cgit v1.3.1-10-gc9f91