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:
+1
-1
@@ -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> ¶ms)
|
||||
{
|
||||
if (!params.empty())
|
||||
Log() << params[0];
|
||||
Log(LOG_TERMINAL) << "Error: " << params[0];
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user