Skip to content

Commit

Permalink
imap-hibernate: Log error when connect(imap-master) fails
Browse files Browse the repository at this point in the history
It was previously logged only with info-level.
  • Loading branch information
sirainen authored and cmouse committed Aug 7, 2018
1 parent a098ab8 commit d54b205
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/imap-hibernate/imap-client.c
Expand Up @@ -223,6 +223,7 @@ static bool imap_client_try_move_back(struct imap_client *client)
return TRUE;
} else if (ret < 0) {
/* failed to connect to the imap-master socket */
i_error("Failed to unhibernate client: %s", error);
imap_client_destroy(&client, error);
return TRUE;
}
Expand Down

0 comments on commit d54b205

Please sign in to comment.