dovecot-1.1: dbox: Improved error message.

dovecot at dovecot.org dovecot at dovecot.org
Wed Jan 21 23:51:10 EET 2009


details:   http://hg.dovecot.org/dovecot-1.1/rev/42635a268f66
changeset: 8116:42635a268f66
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Jan 21 16:51:07 2009 -0500
description:
dbox: Improved error message.

diffstat:

1 file changed, 2 insertions(+), 2 deletions(-)
src/lib-storage/index/dbox/dbox-mail.c |    4 ++--

diffs (14 lines):

diff -r 9d73ef69e0f2 -r 42635a268f66 src/lib-storage/index/dbox/dbox-mail.c
--- a/src/lib-storage/index/dbox/dbox-mail.c	Wed Jan 21 15:48:51 2009 -0500
+++ b/src/lib-storage/index/dbox/dbox-mail.c	Wed Jan 21 16:51:07 2009 -0500
@@ -247,8 +247,8 @@ dbox_mail_get_stream(struct mail *_mail,
 			if (ret > 0)
 				i_stream_unref(&input);
 			mail_storage_set_critical(_mail->box->storage,
-				"broken pointer to dbox file %s",
-				mail->open_file->current_path);
+				"broken pointer to dbox file %s (uid %u vs %u)",
+				mail->open_file->current_path, uid, _mail->uid);
 			return -1;
 		}
 		data->physical_size = size;


More information about the dovecot-cvs mailing list