aboutsummaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2023-07-05 15:04:19 +0100
committerGravatar Sadie Powell2023-07-05 15:06:15 +0100
commita3269e37bdafb9e4bbdd3014dc2c2cc27635e51c (patch)
tree0d87578aced05a4b3d5d69a22cc2f7858aed022c /src/users.cpp
parentRestore the double container logic in CullList::Apply. (diff)
Minor improvements to cull logging.
- CULLLIST has been renamed to CULL which is easier to spell. - Some log messages have been improved slightly.
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp2
1 files changed, 1 insertions, 1 deletions
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");
}