Skip to content

Commit

Permalink
indexer: Replace "if(mail_debug){i_debug}" with "e_debug"
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey-Kitov authored and cmouse committed Aug 7, 2018
1 parent 79ecdae commit 92b4d94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/indexer/master-connection.c
Expand Up @@ -190,8 +190,8 @@ index_mailbox(struct master_connection *conn, struct mail_user *user,
if (error != MAIL_ERROR_NOTFOUND) {
i_error("Syncing mailbox %s failed: %s",
mailbox, errstr);
} else if (user->mail_debug) {
i_debug("Syncing mailbox %s failed: %s",
} else {
e_debug(user->event, "Syncing mailbox %s failed: %s",
mailbox, errstr);
}
ret = -1;
Expand Down

0 comments on commit 92b4d94

Please sign in to comment.