changeset 13432:2d82377dc855

lib-lda: Log message improvement to differentiate mailbox open vs. save error.
author Timo Sirainen <tss@iki.fi>
date Thu, 08 Sep 2011 11:51:18 +0300
parents b69feb0352f1
children c53f15aab7aa
files src/lib-lda/mail-deliver.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
 	}