[dovecot-cvs] dovecot/src/lib-index mail-index-sync.c,1.81,1.82

tss at dovecot.org tss at dovecot.org
Tue Jan 23 16:30:57 UTC 2007


Update of /var/lib/cvs/dovecot/src/lib-index
In directory talvi:/tmp/cvs-serv15437

Modified Files:
	mail-index-sync.c 
Log Message:
"View synchronization from transaction log failed": Log also the index
filename.



Index: mail-index-sync.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-index/mail-index-sync.c,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- mail-index-sync.c	23 Jan 2007 13:30:30 -0000	1.81
+++ mail-index-sync.c	23 Jan 2007 16:30:54 -0000	1.82
@@ -751,7 +751,8 @@
 							"%s", error);
 	} else {
 		mail_index_set_error(ctx->view->index,
-			"View synchronization from transaction log failed: %s",
+			"View synchronization from transaction log "
+			"for index %s failed: %s", ctx->view->index->filepath,
 			error);
 	}
 	t_pop();



More information about the dovecot-cvs mailing list