[dovecot-cvs] dovecot/src/lib-storage/index/maildir maildir-sync.c, 1.77.2.15, 1.77.2.16
tss at dovecot.org
tss at dovecot.org
Wed May 9 10:10:20 EEST 2007
Update of /var/lib/cvs/dovecot/src/lib-storage/index/maildir
In directory talvi:/tmp/cvs-serv17714
Modified Files:
Tag: branch_1_0
maildir-sync.c
Log Message:
Updated error message.
Index: maildir-sync.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/maildir/maildir-sync.c,v
retrieving revision 1.77.2.15
retrieving revision 1.77.2.16
diff -u -d -r1.77.2.15 -r1.77.2.16
--- maildir-sync.c 28 Mar 2007 08:08:06 -0000 1.77.2.15
+++ maildir-sync.c 9 May 2007 07:10:18 -0000 1.77.2.16
@@ -756,7 +756,8 @@
i_warning("Fixed a duplicate: %s -> %s", old_fname, new_fname);
else if (errno != ENOENT) {
mail_storage_set_critical(STORAGE(mbox->storage),
- "rename(%s, %s) failed: %m", old_path, new_path);
+ "Couldn't fix a duplicate: rename(%s, %s) failed: %m",
+ old_path, new_path);
ret = -1;
}
t_pop();
More information about the dovecot-cvs
mailing list