dovecot-2.1: lib-lda: Log message improvement to differentiate m...

dovecot at dovecot.org dovecot at dovecot.org
Thu Sep 8 11:51:41 EEST 2011


details:   http://hg.dovecot.org/dovecot-2.1/rev/2d82377dc855
changeset: 13432:2d82377dc855
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Sep 08 11:51:18 2011 +0300
description:
lib-lda: Log message improvement to differentiate mailbox open vs. save error.

diffstat:

 src/lib-lda/mail-deliver.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r b69feb0352f1 -r 2d82377dc855 src/lib-lda/mail-deliver.c
--- a/src/lib-lda/mail-deliver.c	Thu Sep 08 11:50:23 2011 +0300
+++ b/src/lib-lda/mail-deliver.c	Thu Sep 08 11:51:18 2011 +0300
@@ -284,7 +284,7 @@
 				   &error, &errstr) < 0) {
 		if (box != NULL)
 			mailbox_free(&box);
-		mail_deliver_log(ctx, "save failed to %s: %s",
+		mail_deliver_log(ctx, "save failed to open mailbox %s: %s",
 				 mailbox_name, errstr);
 		return -1;
 	}


More information about the dovecot-cvs mailing list