dovecot-2.0: maildir: Removed logging extraneous errors.

dovecot at dovecot.org dovecot at dovecot.org
Thu Dec 3 19:12:34 EET 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/68309cd6548d
changeset: 10408:68309cd6548d
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Dec 03 11:11:20 2009 -0600
description:
maildir: Removed logging extraneous errors.

diffstat:

1 file changed, 2 insertions(+), 3 deletions(-)
src/lib-storage/index/maildir/maildir-uidlist.c |    5 ++---

diffs (15 lines):

diff -r 2277467334fb -r 68309cd6548d src/lib-storage/index/maildir/maildir-uidlist.c
--- a/src/lib-storage/index/maildir/maildir-uidlist.c	Thu Dec 03 10:38:54 2009 -0600
+++ b/src/lib-storage/index/maildir/maildir-uidlist.c	Thu Dec 03 11:11:20 2009 -0600
@@ -1325,9 +1325,8 @@ maildir_uidlist_records_drop_expunges(st
 			/* 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);


More information about the dovecot-cvs mailing list