aboutsummaryrefslogtreecommitdiffstats
path: root/src/users.cpp
diff options
context:
space:
mode:
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");
}