Revert "Make connection message a NOTE for consistency"

This commit is contained in:
Povilas Kanapickas 2020-06-05 21:12:44 +03:00 committed by GitHub
parent 0f29c7716d
commit 2b2818c1a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ ClientApp::scheduleClientRestart(double retryTime)
void void
ClientApp::handleClientConnected(const Event&, void*) ClientApp::handleClientConnected(const Event&, void*)
{ {
LOG((CLOG_NOTE "connected to server")); LOG((CLOG_PRINT "connected to server"));
resetRestartTimeout(); resetRestartTimeout();
updateStatus(); updateStatus();
} }