mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 14:41:57 +08:00
Fixed logging of connection to server. Was DEBUG now NOTE.
This commit is contained in:
@@ -270,7 +270,7 @@ static
|
||||
void
|
||||
handleClientConnected(const CEvent&, void*)
|
||||
{
|
||||
LOG((CLOG_DEBUG "connected to server"));
|
||||
LOG((CLOG_NOTE "connected to server"));
|
||||
resetRestartTimeout();
|
||||
updateStatus();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user