mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-22 15:45:22 +03:00
Revert "Make connection message a NOTE for consistency"
This commit is contained in:
parent
0f29c7716d
commit
2b2818c1a7
@ -282,7 +282,7 @@ ClientApp::scheduleClientRestart(double retryTime)
|
||||
void
|
||||
ClientApp::handleClientConnected(const Event&, void*)
|
||||
{
|
||||
LOG((CLOG_NOTE "connected to server"));
|
||||
LOG((CLOG_PRINT "connected to server"));
|
||||
resetRestartTimeout();
|
||||
updateStatus();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user