diff options
| author | 2023-06-02 14:59:50 +0100 | |
|---|---|---|
| committer | 2023-06-04 10:56:50 +0100 | |
| commit | 2b8a7a2db9e697a6767a1fce8a7f9b630ea03fcb (patch) | |
| tree | 970fb6ba7e8755876fa4463468b9be03919a6153 /src/xline.cpp | |
| parent | Fix extracting data from the 1205 version/fullversion SINFO keys. (diff) | |
Remove unnecessary prefix from bancache log messages.
Diffstat (limited to 'src/xline.cpp')
| -rw-r--r-- | src/xline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xline.cpp b/src/xline.cpp index 46cdca560..e9fa2a256 100644 --- a/src/xline.cpp +++ b/src/xline.cpp @@ -582,7 +582,7 @@ void XLine::DefaultApply(User* u, const std::string& line, bool bancache) if (bancache) { - ServerInstance->Logs.Debug("BANCACHE", "BanCache: Adding positive hit (" + line + ") for " + u->GetAddress()); + ServerInstance->Logs.Debug("BANCACHE", "Adding positive hit (" + line + ") for " + u->GetAddress()); ServerInstance->BanCache.AddHit(u->GetAddress(), this->type, banreason, (this->duration > 0 ? (this->expiry - ServerInstance->Time()) : 0)); } } |
