mirror of
https://github.com/anope/anope.git
synced 2026-06-30 23:46:39 +02:00
Moved the ERROR log message out of debug
This commit is contained in:
+1
-1
@@ -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> ¶ms)
|
||||
{
|
||||
if (!params.empty())
|
||||
Log(LOG_DEBUG) << params[0];
|
||||
Log() << params[0];
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user