mirror of
https://github.com/anope/anope.git
synced 2026-06-26 09:56:38 +02:00
This should actually be LOG_TERMINAL, quitmsg isn't logged to terminal on shutdown
This commit is contained in:
+1
-1
@@ -570,7 +570,7 @@ bool IRCdMessage::OnError(const Anope::string &, const std::vector<Anope::string
|
||||
{
|
||||
if (!params.empty())
|
||||
{
|
||||
Log() << "ERROR: " << params[0];
|
||||
Log(LOG_TERMINAL) << "ERROR: " << params[0];
|
||||
quitmsg = "Received ERROR from uplink: " + params[0];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user