changeset 5066:8e3161c5bd6c HEAD

"View synchronization from transaction log failed": Log also the index filename.
author Timo Sirainen <tss@iki.fi>
date Tue, 23 Jan 2007 18:30:54 +0200
parents fe88d9c80638
children e58fb950c20d
files src/lib-index/mail-index-sync.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-index/mail-index-sync.c	Tue Jan 23 18:10:58 2007 +0200
+++ b/src/lib-index/mail-index-sync.c	Tue Jan 23 18:30:54 2007 +0200
@@ -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();