dovecot-2.2: doveadm backup: When deleting a mailbox, log a warn...

dovecot at dovecot.org dovecot at dovecot.org
Mon Oct 6 09:22:25 UTC 2014


details:   http://hg.dovecot.org/dovecot-2.2/rev/d7ac3056ed7c
changeset: 17886:d7ac3056ed7c
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Oct 06 12:21:24 2014 +0300
description:
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.

diffstat:

 src/doveadm/dsync/dsync-mailbox-import.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 768073f6fccf -r d7ac3056ed7c src/doveadm/dsync/dsync-mailbox-import.c
--- a/src/doveadm/dsync/dsync-mailbox-import.c	Sun Oct 05 20:56:39 2014 +0300
+++ b/src/doveadm/dsync/dsync-mailbox-import.c	Mon Oct 06 12:21:24 2014 +0300
@@ -1412,7 +1412,7 @@
 	/* 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;


More information about the dovecot-cvs mailing list