From a01934681f9306909bc7736daee713785f9ddbe9 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 12 Jun 2023 01:38:45 +0100 Subject: Make internal bug messages more consistent. --- 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 220060275..3470c7ea8 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -517,7 +517,7 @@ bool User::ChangeNick(const std::string& newnick, time_t newts) { if (quitting) { - ServerInstance->Logs.Debug("USERS", "ERROR: Attempted to change nick of a quitting user: " + this->nick); + ServerInstance->Logs.Debug("USERS", "BUG: Attempted to change nick of a quitting user: " + this->nick); return false; } -- cgit v1.3.1-10-gc9f91