[dovecot-cvs] dovecot/src/lib-index mail-cache-lookup.c,1.18,1.19

cras at dovecot.org cras at dovecot.org
Fri Sep 10 12:57:45 EEST 2004


Update of /var/lib/cvs/dovecot/src/lib-index
In directory talvi:/tmp/cvs-serv30740/lib-index

Modified Files:
	mail-cache-lookup.c 
Log Message:
Added debugging



Index: mail-cache-lookup.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-index/mail-cache-lookup.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- mail-cache-lookup.c	4 Sep 2004 10:26:36 -0000	1.18
+++ mail-cache-lookup.c	10 Sep 2004 09:57:42 -0000	1.19
@@ -98,7 +98,8 @@
 				return -1;
 			if (file_field >= cache->file_fields_count) {
 				mail_cache_set_corrupted(cache,
-					"field index too large");
+					"field index too large (%u >= %u)",
+					file_field, cache->file_fields_count);
 				return -1;
 			}
 		}



More information about the dovecot-cvs mailing list