]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
dsync: Debug message fix
authorTimo Sirainen <tss@iki.fi>
Thu, 2 Oct 2014 16:43:25 +0000 (19:43 +0300)
committerTimo Sirainen <tss@iki.fi>
Thu, 2 Oct 2014 16:43:25 +0000 (19:43 +0300)
src/doveadm/dsync/dsync-mailbox-import.c

index 771f7f63a178cec5acc18ba19ef56d1deb56d6e9..d22a3420fd30b9dd424e597ccd4688c3873b5f70 100644 (file)
@@ -1331,7 +1331,7 @@ dsync_mailbox_import_match_msg(struct dsync_mailbox_importer *importer,
                        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;
                }
        }