1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 08:16:37 +02:00

Give more verbose messages on startup

This commit is contained in:
Adam
2011-10-09 02:52:13 -04:00
parent af273e3da5
commit 9f850334a1
13 changed files with 53 additions and 58 deletions
+1 -1
View File
@@ -532,7 +532,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() << params[0];
Log(LOG_TERMINAL) << "Error: " << params[0];
return true;
}