[dovecot-cvs] dovecot/src/lib-storage/index/maildir maildir-sync.c, 1.102, 1.103

tss at dovecot.org tss at dovecot.org
Wed May 9 10:10:23 EEST 2007


Update of /var/lib/cvs/dovecot/src/lib-storage/index/maildir
In directory talvi:/tmp/cvs-serv17708

Modified Files:
	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.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- maildir-sync.c	17 Apr 2007 15:09:13 -0000	1.102
+++ maildir-sync.c	9 May 2007 07:10:21 -0000	1.103
@@ -765,7 +765,8 @@
 		i_warning("Fixed a duplicate: %s -> %s", old_fname, new_fname);
 	else if (errno != ENOENT) {
 		mail_storage_set_critical(&mbox->storage->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