[dovecot-cvs] dovecot/src/lib-index mail-index-sync.c, 1.72.2.4, 1.72.2.5
tss at dovecot.org
tss at dovecot.org
Tue Jan 23 16:30:52 UTC 2007
Update of /var/lib/cvs/dovecot/src/lib-index
In directory talvi:/tmp/cvs-serv15441
Modified Files:
Tag: branch_1_0
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.72.2.4
retrieving revision 1.72.2.5
diff -u -d -r1.72.2.4 -r1.72.2.5
--- mail-index-sync.c 23 Jan 2007 13:30:27 -0000 1.72.2.4
+++ mail-index-sync.c 23 Jan 2007 16:30:50 -0000 1.72.2.5
@@ -755,7 +755,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