]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
maildir: Removed logging extraneous errors.
authorTimo Sirainen <tss@iki.fi>
Thu, 3 Dec 2009 17:11:20 +0000 (11:11 -0600)
committerTimo Sirainen <tss@iki.fi>
Thu, 3 Dec 2009 17:11:20 +0000 (11:11 -0600)
--HG--
branch : HEAD

src/lib-storage/index/maildir/maildir-uidlist.c

index 58b40387adbd0540114c98d87d6df2470fc609ec..0b6d594d763a3196d193af4acf834ce15f2f637e 100644 (file)
@@ -1325,9 +1325,8 @@ maildir_uidlist_records_drop_expunges(struct maildir_uidlist *uidlist)
                        /* expunged entry */
                        i++;
                } else if (recs[i]->uid > rec->uid) {
-                       i_error("%s: uid=%u exists in index, "
-                               "but not in uidlist",
-                               uidlist->path, rec->uid);
+                       /* index isn't up to date. we're probably just
+                          syncing it here. ignore this entry. */
                        seq++;
                } else {
                        array_append(&new_records, &recs[i], 1);