Revert "Moved note into either warning or info #4745"

This reverts commit d3a4ce1f11.
This commit is contained in:
Jerry (Xinyu Hou)
2015-07-09 13:28:47 -07:00
parent d8582d1093
commit 69a6038cf9
10 changed files with 25 additions and 25 deletions

View File

@@ -334,7 +334,7 @@ ServerProxy::parseMessage(const UInt8* code)
void
ServerProxy::handleKeepAliveAlarm(const Event&, void*)
{
LOG((CLOG_INFO "server is dead"));
LOG((CLOG_NOTE "server is dead"));
m_client->disconnect("server is not responding");
}