dovecot-1.2: dbox: Improved error message.

dovecot at dovecot.org dovecot at dovecot.org
Wed Jan 21 23:52:02 EET 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/92fa46fc86f8
changeset: 8671:92fa46fc86f8
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Jan 21 16:51:58 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 85476be1fee2 -r 92fa46fc86f8 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:58 2009 -0500
@@ -260,8 +260,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