changeset 6330:438346345893 HEAD

Error message change.
author Timo Sirainen <tss@iki.fi>
date Mon, 27 Aug 2007 19:14:46 +0300
parents 7d8825366e80
children 081fd0acddd2
files src/lib-index/mail-index.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-index/mail-index.c	Mon Aug 27 19:13:48 2007 +0300
+++ b/src/lib-index/mail-index.c	Mon Aug 27 19:14:46 2007 +0300
@@ -311,7 +311,8 @@
 
 		if (*keyword == '\0') {
 			mail_index_set_error(index, "Corrupted index file %s: "
-				"Found empty keyword", index->filepath);
+				"Empty keyword name in header",
+				index->filepath);
 			return -1;
 		}
 		(void)mail_index_keyword_lookup(index, keyword, TRUE, &idx);