diff options
Diffstat (limited to 'src/cull.cpp')
| -rw-r--r-- | src/cull.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cull.cpp b/src/cull.cpp index b2cf536a5..d8b645dc2 100644 --- a/src/cull.cpp +++ b/src/cull.cpp @@ -111,8 +111,8 @@ void CullList::Apply() for (auto* c : culled) { #ifdef INSPIRCD_ENABLE_RTTI - ServerInstance->Logs.Debug("CULLLIST", "Deleting {} @{}", typeid(*c).name(), - fmt::ptr(c)); + ServerInstance->Logs.Debug("CULLLIST", "Deleting {} @{}", typeid(*c).name(), + fmt::ptr(c)); #endif delete c; } |
