mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-11 22:25:53 +08:00
Revert "Moved note into either warning or info #4745"
This reverts commit d3a4ce1f11.
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user