diff options
| author | 2023-06-02 14:59:50 +0100 | |
|---|---|---|
| committer | 2023-06-04 10:56:50 +0100 | |
| commit | 2b8a7a2db9e697a6767a1fce8a7f9b630ea03fcb (patch) | |
| tree | 970fb6ba7e8755876fa4463468b9be03919a6153 /src/users.cpp | |
| parent | Fix extracting data from the 1205 version/fullversion SINFO keys. (diff) | |
Remove unnecessary prefix from bancache log messages.
Diffstat (limited to 'src/users.cpp')
| -rw-r--r-- | src/users.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
