aboutsummaryrefslogtreecommitdiff
path: root/src/xline.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2023-06-02 14:59:50 +0100
committerGravatar Sadie Powell2023-06-04 10:56:50 +0100
commit2b8a7a2db9e697a6767a1fce8a7f9b630ea03fcb (patch)
tree970fb6ba7e8755876fa4463468b9be03919a6153 /src/xline.cpp
parentFix 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.cpp2
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));
}
}