diff options
Diffstat (limited to 'src/cull.cpp')
| -rw-r--r-- | src/cull.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cull.cpp b/src/cull.cpp index d5eff6db3..beae5494b 100644 --- a/src/cull.cpp +++ b/src/cull.cpp @@ -109,7 +109,7 @@ void CullList::Apply() if (!list.empty()) { - ServerInstance->Logs.Debug("CULLLIST", "WARNING: Objects added to cull list in a destructor"); + ServerInstance->Logs.Debug("CULLLIST", "WARNING: %zu objects added to the cull list from a destructor", list.size()); Apply(); } } |
