dovecot-1.1: Error message fix.

dovecot at dovecot.org dovecot at dovecot.org
Thu Mar 6 10:27:06 EET 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/b747eb6e1ca1
changeset: 7359:b747eb6e1ca1
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Mar 06 09:43:41 2008 +0200
description:
Error message fix.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/lib-index/mail-transaction-log-file.c |    2 +-

diffs (12 lines):

diff -r ffb7e8b1c114 -r b747eb6e1ca1 src/lib-index/mail-transaction-log-file.c
--- a/src/lib-index/mail-transaction-log-file.c	Thu Mar 06 09:43:03 2008 +0200
+++ b/src/lib-index/mail-transaction-log-file.c	Thu Mar 06 09:43:41 2008 +0200
@@ -219,7 +219,7 @@ mail_transaction_log_file_dotlock(struct
 	}
 
 	mail_index_set_error(file->log->index,
-			     "Timeout while waiting for release of "
+			     "Timeout while waiting for "
 			     "dotlock for transaction log file %s",
 			     file->filepath);
 	file->log->index->index_lock_timeout = TRUE;


More information about the dovecot-cvs mailing list