summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/protocol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol.cpp b/src/protocol.cpp
index 8517c73b6..7e9fca07a 100644
--- a/src/protocol.cpp
+++ b/src/protocol.cpp
@@ -542,7 +542,7 @@ bool IRCdMessage::OnCapab(const Anope::string &, const std::vector<Anope::string
bool IRCdMessage::OnError(const Anope::string &, const std::vector<Anope::string> &params)
{
if (!params.empty())
- Log(LOG_DEBUG) << params[0];
+ Log() << params[0];
return true;
}