aboutsummaryrefslogtreecommitdiffstats
path: root/src/extensible.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2026-03-02 21:31:04 +0000
committerGravatar Sadie Powell2026-03-02 21:31:04 +0000
commit6a2d85ae07564b7f096941b7f7e12c15f5465d61 (patch)
tree619fb2f5424c2ac2941463b0222beffc23122e20 /src/extensible.cpp
parentDisable service registration messages when not using a debug build. (diff)
Abolish FMT_PTR, this does the same for both formatters.
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 39ff8b6fe..d69ae5794 100644
--- a/src/extensible.cpp
+++ b/src/extensible.cpp
@@ -59,7 +59,7 @@ Extensible::~Extensible()
if ((!extensions.empty() || !culled) && ServerInstance)
{
ServerInstance->Logs.Debug("CULL", "Extensible was deleted without being culled: @{}",
- FMT_PTR(this));
+ (void*)this);
}
}