From f502a549abbbb69c606243a8800cbe7d05f772f1 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 6 Oct 2014 12:21:24 +0300 Subject: [PATCH] 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. --- src/doveadm/dsync/dsync-mailbox-import.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3