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 sirainen committed May 30, 2018
1 parent ef2116e commit 0fbc017
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 0fbc017

Please sign in to comment.