changeset 8671:92fa46fc86f8 HEAD

dbox: Improved error message.
author Timo Sirainen <tss@iki.fi>
date Wed, 21 Jan 2009 16:51:58 -0500
parents 85476be1fee2
children 735001110846
files src/lib-storage/index/dbox/dbox-mail.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 			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;