dovecot-2.2: dsync: Added more debug logging.

dovecot at dovecot.org dovecot at dovecot.org
Mon Jan 19 22:21:45 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/dbf3a0701810
changeset: 18178:dbf3a0701810
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jan 20 00:20:27 2015 +0200
description:
dsync: Added more debug logging.

diffstat:

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

diffs (12 lines):

diff -r f393f63764e0 -r dbf3a0701810 src/doveadm/dsync/dsync-mailbox-import.c
--- a/src/doveadm/dsync/dsync-mailbox-import.c	Mon Jan 19 23:43:37 2015 +0200
+++ b/src/doveadm/dsync/dsync-mailbox-import.c	Tue Jan 20 00:20:27 2015 +0200
@@ -1650,6 +1650,8 @@
 			new_uid = newmail->link->final_uid;
 		} else {
 			new_uid = common_uid_next++;
+			imp_debug(importer, "UID %u isn't usable, assigning new UID %u",
+				  newmail->final_uid, new_uid);
 		}
 
 		newmail->final_uid = new_uid;


More information about the dovecot-cvs mailing list