diff options
Diffstat (limited to 'src/protocol.cpp')
-rw-r--r-- | src/protocol.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol.cpp b/src/protocol.cpp index 2c853a5f7..de55f4aec 100644 --- a/src/protocol.cpp +++ b/src/protocol.cpp @@ -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]; } |