diff options
| author | 2023-01-23 23:48:09 +0000 | |
|---|---|---|
| committer | 2023-01-24 00:12:57 +0000 | |
| commit | 206d31de85192353d03c74766e80513a87dc49b4 (patch) | |
| tree | 24fdee802c85c29b66a04901147d019e92e30931 /src/extensible.cpp | |
| parent | Convert WriteToSnoMask/WriteGlobalSno to use fmtlib format strings. (diff) | |
Convert log calls to use fmtlib format strings
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)); } } |
