Skip to content

Commit

Permalink
lib-imap-client: Include "ms" in reconnect warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed Apr 10, 2017
1 parent 2421911 commit 575dd0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib-imap-client/imapc-connection.c
Expand Up @@ -529,7 +529,7 @@ imapc_connection_try_reconnect(struct imapc_connection *conn,
imapc_connection_disconnect(conn);
} else {
conn->reconnecting = TRUE;
i_warning("imapc(%s): %s - reconnecting (delay %u)", conn->name, errstr, delay_msecs);
i_warning("imapc(%s): %s - reconnecting (delay %u ms)", conn->name, errstr, delay_msecs);
if (delay_msecs == 0)
imapc_connection_reconnect(conn);
else {
Expand Down

0 comments on commit 575dd0e

Please sign in to comment.