diff options
Diffstat (limited to 'src/extensible.cpp')
| -rw-r--r-- | src/extensible.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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<void*>(this)); + ServerInstance->Logs.Debug("CULLLIST", "Extensible destructor called without cull @{}", + fmt::ptr(this)); } } |
