From 2b8a7a2db9e697a6767a1fce8a7f9b630ea03fcb Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 2 Jun 2023 14:59:50 +0100 Subject: Remove unnecessary prefix from bancache log messages. --- 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 e6dcb7cd5..d50b679ac 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -492,7 +492,7 @@ void LocalUser::FullConnect() ServerInstance->SNO.WriteToSnoMask('c', "Client connecting on port {} (class {}): {} ({}) [{}\x0F]", server_sa.port(), GetClass()->GetName(), GetRealMask(), GetAddress(), GetRealName()); - ServerInstance->Logs.Debug("BANCACHE", "BanCache: Adding NEGATIVE hit for " + this->GetAddress()); + ServerInstance->Logs.Debug("BANCACHE", "Adding NEGATIVE hit for " + this->GetAddress()); ServerInstance->BanCache.AddHit(this->GetAddress(), "", ""); // reset the flood penalty (which could have been raised due to things like auto +x) CommandFloodPenalty = 0; -- cgit v1.3.1-10-gc9f91