From a3269e37bdafb9e4bbdd3014dc2c2cc27635e51c Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 5 Jul 2023 15:04:19 +0100 Subject: Minor improvements to cull logging. - CULLLIST has been renamed to CULL which is easier to spell. - Some log messages have been improved slightly. --- src/users.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/users.cpp') diff --git a/src/users.cpp b/src/users.cpp index 8b45faaff..7edd9ed3e 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -337,7 +337,7 @@ Cullable::Result User::Cull() { if (!quitting) { - ServerInstance->Logs.Debug("CULLLIST", "BUG: User {} (@{}) was culled without being quit first!", + ServerInstance->Logs.Debug("CULL", "BUG: User {} (@{}) was culled without being quit first!", uuid, fmt::ptr(this)); ServerInstance->Users.QuitUser(this, "Culled without QuitUser"); } -- cgit v1.3.1-10-gc9f91