1
0
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:
Adam
2012-05-26 02:36:02 -04:00
parent 2cbfbc98e9
commit 1e49e9b9dc
+1 -1
View File
@@ -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];
}