Skip to content

Commit

Permalink
Merge pull request #738 from debauchee/revert-725-patch-2
Browse files Browse the repository at this point in the history
Revert "Make connection message a NOTE for consistency"
  • Loading branch information
p12tic committed Jun 6, 2020
2 parents 0f29c77 + 2b2818c commit 69cfd14
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_NOTE "connected to server"));
LOG((CLOG_PRINT "connected to server"));
resetRestartTimeout();
updateStatus();
}
Expand Down

0 comments on commit 69cfd14

Please sign in to comment.