Skip to content

Commit

Permalink
agents: fixup log in ZmqAgent
Browse files Browse the repository at this point in the history
PR-URL: #22
Reviewed-by: Trevor Norris <trev.norris@gmail.com>
  • Loading branch information
santigimeno committed Nov 3, 2023
1 parent 24bde1e commit a0a32ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agents/zmq/src/zmq_agent.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2575,7 +2575,7 @@ void ZmqAgent::handle_auth_response(CURLcode result,
}

error:
Debug("Error Authenticating. Trying again in %ld ms", auth_timer_interval);
Debug("Error Authenticating. Trying again in %ld ms\n", auth_timer_interval);
auth_retries_++;
if (auth_retries_ == MAX_AUTH_RETRIES) {
fprintf(stderr,
Expand Down

0 comments on commit a0a32ca

Please sign in to comment.