From a68d17c17e904881b580d29290ae37bb2627b51b Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 20 Aug 2011 00:51:39 -0400 Subject: Moved the ERROR log message out of debug --- src/protocol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 ¶ms) { if (!params.empty()) - Log(LOG_DEBUG) << params[0]; + Log() << params[0]; return true; } -- cgit