Skip to content

Commit

Permalink
Revert "Make connection message a NOTE for consistency"
Browse files Browse the repository at this point in the history
  • Loading branch information
p12tic committed Jun 5, 2020
1 parent 0f29c77 commit 2b2818c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/barrier/ClientApp.cpp
Expand Up @@ -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();
}
Expand Down

0 comments on commit 2b2818c

Please sign in to comment.