Skip to content

Commit

Permalink
Merge pull request #725 from jmartens/patch-2
Browse files Browse the repository at this point in the history
Make connection message a NOTE for consistency
  • Loading branch information
shymega authored Jun 1, 2020
2 parents b373d8e + 583b2cb commit 0a1f080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/barrier/ClientApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 0a1f080

Please sign in to comment.