dovecot-2.2: lib-storage: Improved error message in threading co...

dovecot at dovecot.org dovecot at dovecot.org
Sun Aug 11 22:54:41 EEST 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/5de1e4fdb758
changeset: 16686:5de1e4fdb758
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Aug 11 22:54:32 2013 +0300
description:
lib-storage: Improved error message in threading code's lost message-id.

diffstat:

 src/lib-storage/index/index-thread.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r 1f6059b5c774 -r 5de1e4fdb758 src/lib-storage/index/index-thread.c
--- a/src/lib-storage/index/index-thread.c	Sat Aug 10 16:31:27 2013 +0300
+++ b/src/lib-storage/index/index-thread.c	Sun Aug 11 22:54:32 2013 +0300
@@ -98,7 +98,8 @@
 	if (msgid == NULL) {
 		/* shouldn't have happened */
 		mail_storage_set_critical(mail->box->storage,
-					  "Threading lost Message ID");
+			"Threading in %s UID %u lost Message ID %u",
+			mail->box->vname, mail->uid, rec->ref_index);
 		return -1;
 	}
 	*msgid_r = msgid;


More information about the dovecot-cvs mailing list