Skip to content

Commit a0a32ca

Browse files
committed
agents: fixup log in ZmqAgent
PR-URL: #22 Reviewed-by: Trevor Norris <[email protected]>
1 parent 24bde1e commit a0a32ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agents/zmq/src/zmq_agent.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2575,7 +2575,7 @@ void ZmqAgent::handle_auth_response(CURLcode result,
25752575
}
25762576

25772577
error:
2578-
Debug("Error Authenticating. Trying again in %ld ms", auth_timer_interval);
2578+
Debug("Error Authenticating. Trying again in %ld ms\n", auth_timer_interval);
25792579
auth_retries_++;
25802580
if (auth_retries_ == MAX_AUTH_RETRIES) {
25812581
fprintf(stderr,

0 commit comments

Comments
 (0)