dovecot-2.2: dsync: Improved debug output.

dovecot at dovecot.org dovecot at dovecot.org
Tue Feb 19 10:14:14 EET 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/ff56652304dd
changeset: 15842:ff56652304dd
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Feb 19 10:14:04 2013 +0200
description:
dsync: Improved debug output.

diffstat:

 src/doveadm/dsync/dsync-brain-mailbox.c |  5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diffs (15 lines):

diff -r 7f5c29a81f03 -r ff56652304dd src/doveadm/dsync/dsync-brain-mailbox.c
--- a/src/doveadm/dsync/dsync-brain-mailbox.c	Tue Feb 19 09:45:12 2013 +0200
+++ b/src/doveadm/dsync/dsync-brain-mailbox.c	Tue Feb 19 10:14:04 2013 +0200
@@ -564,6 +564,11 @@
 {
 	struct dsync_mailbox delete_box;
 
+	if (brain->debug) {
+		i_debug("brain %c: We don't have mailbox %s",
+			brain->master_brain ? 'M' : 'S',
+			guid_128_to_string(dsync_box->mailbox_guid));
+	}
 	memset(&delete_box, 0, sizeof(delete_box));
 	memcpy(delete_box.mailbox_guid, dsync_box->mailbox_guid,
 	       sizeof(delete_box.mailbox_guid));


More information about the dovecot-cvs mailing list