dovecot-1.2: Error message fix for currently unused mailbox list...

dovecot at dovecot.org dovecot at dovecot.org
Wed Feb 25 00:16:43 EET 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/ff1d88068275
changeset: 8777:ff1d88068275
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Feb 24 17:16:38 2009 -0500
description:
Error message fix for currently unused mailbox list index code.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/lib-index/mailbox-list-index.c |    2 +-

diffs (12 lines):

diff -r 3bd20d70b0d6 -r ff1d88068275 src/lib-index/mailbox-list-index.c
--- a/src/lib-index/mailbox-list-index.c	Tue Feb 24 16:55:11 2009 -0500
+++ b/src/lib-index/mailbox-list-index.c	Tue Feb 24 17:16:38 2009 -0500
@@ -52,7 +52,7 @@ int mailbox_list_index_set_syscall_error
 int mailbox_list_index_set_syscall_error(struct mailbox_list_index *index,
 					 const char *function)
 {
-	i_error("%s failed with file %s: %m", index->filepath, function);
+	i_error("%s failed with file %s: %m", function, index->filepath);
 	return -1;
 }
 


More information about the dovecot-cvs mailing list