From: Timo Sirainen Date: Mon, 6 Oct 2014 09:21:24 +0000 (+0300) Subject: doveadm backup: When deleting a mailbox, log a warning, not just a debug message. X-Git-Tag: 2.2.14~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f502a549abbbb69c606243a8800cbe7d05f772f1;p=thirdparty%2Fdovecot%2Fcore.git doveadm backup: When deleting a mailbox, log a warning, not just a debug message. Because we're also returning temporary failure in any case, so there needs to be some kind of a warning/error logged. --- diff --git a/src/doveadm/dsync/dsync-mailbox-import.c b/src/doveadm/dsync/dsync-mailbox-import.c index d22a3420fd..c70158805c 100644 --- a/src/doveadm/dsync/dsync-mailbox-import.c +++ b/src/doveadm/dsync/dsync-mailbox-import.c @@ -1412,7 +1412,7 @@ dsync_mailbox_revert_missing(struct dsync_mailbox_importer *importer, /* mail exists on remote, but not locally. we'll need to insert this mail back, which means deleting the whole mailbox and resyncing. */ - imp_debug(importer, "Deleting mailbox '%s': UID=%u GUID=%s is missing locally", + i_warning("Deleting mailbox '%s': UID=%u GUID=%s is missing locally", mailbox_get_vname(importer->box), change->uid, change->guid); importer->delete_mailbox = TRUE;