dovecot-2.0: lib-index: Error logging fix to previous commit.

dovecot at dovecot.org dovecot at dovecot.org
Mon Aug 29 05:31:13 EEST 2011


details:   http://hg.dovecot.org/dovecot-2.0/rev/32eb50cc35d4
changeset: 12887:32eb50cc35d4
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Aug 29 05:30:58 2011 +0300
description:
lib-index: Error logging fix to previous commit.

diffstat:

 src/lib-index/mail-index-write.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r f08bf97278ac -r 32eb50cc35d4 src/lib-index/mail-index-write.c
--- a/src/lib-index/mail-index-write.c	Tue Aug 23 23:25:14 2011 +0300
+++ b/src/lib-index/mail-index-write.c	Mon Aug 29 05:30:58 2011 +0300
@@ -23,7 +23,7 @@
 		   hasn't been written to disk yet */
 		if (fdatasync(index->fd) < 0) {
 			mail_index_set_error(index, "fdatasync(%s) failed: %m",
-					     tmp_backup_path);
+					     index->filepath);
 			return -1;
 		}
 	}


More information about the dovecot-cvs mailing list