Merge pull request #725 from jmartens/patch-2

Make connection message a NOTE for consistency
This commit is contained in:
Dom Rodriguez 2020-06-01 14:51:06 +01:00 committed by GitHub
commit 0a1f080231
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
ClientApp::handleClientConnected(const Event&, void*)
{
LOG((CLOG_PRINT "connected to server"));
LOG((CLOG_NOTE "connected to server"));
resetRestartTimeout();
updateStatus();
}