From 232af7fa7a0a3828019cab3e2a17759c804c223a Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 20 Aug 2011 00:51:39 -0400 Subject: [PATCH] Moved the ERROR log message out of debug (cherry picked from commit a68d17c17e904881b580d29290ae37bb2627b51b) --- src/protocol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocol.cpp b/src/protocol.cpp index ddf1557bd..72d384940 100644 --- a/src/protocol.cpp +++ b/src/protocol.cpp @@ -581,7 +581,7 @@ bool IRCdMessage::OnCapab(const Anope::string &, const std::vector ¶ms) { if (!params.empty()) - Log(LOG_DEBUG) << params[0]; + Log() << params[0]; return true; }