dovecot-2.2: dsync: Debug message fix

dovecot at dovecot.org dovecot at dovecot.org
Thu Oct 2 16:43:54 UTC 2014


details:   http://hg.dovecot.org/dovecot-2.2/rev/01ba94a2d4c5
changeset: 17864:01ba94a2d4c5
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Oct 02 19:43:25 2014 +0300
description:
dsync: Debug message fix

diffstat:

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

diffs (12 lines):

diff -r ddde8c6a5b70 -r 01ba94a2d4c5 src/doveadm/dsync/dsync-mailbox-import.c
--- a/src/doveadm/dsync/dsync-mailbox-import.c	Thu Oct 02 19:43:09 2014 +0300
+++ b/src/doveadm/dsync/dsync-mailbox-import.c	Thu Oct 02 19:43:25 2014 +0300
@@ -1331,7 +1331,7 @@
 			return 1;
 		} else {
 			*result_r = t_strdup_printf("GUIDs don't match (%s vs %s)",
-						    change->guid, cmp_guid);
+						    importer->cur_guid, cmp_guid);
 			return 0;
 		}
 	}


More information about the dovecot-cvs mailing list