mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-23 09:43:24 +03:00
Fixed logging of connection to server. Was DEBUG now NOTE.
This commit is contained in:
parent
ce399937f0
commit
7e36454b01
@ -270,7 +270,7 @@ static
|
||||
void
|
||||
handleClientConnected(const CEvent&, void*)
|
||||
{
|
||||
LOG((CLOG_DEBUG "connected to server"));
|
||||
LOG((CLOG_NOTE "connected to server"));
|
||||
resetRestartTimeout();
|
||||
updateStatus();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user