changeset 4604:2415f43b1dcf HEAD

Error string fix
author Timo Sirainen <tss@iki.fi>
date Sat, 16 Sep 2006 16:48:05 +0300
parents 20e2bc758c24
children e6cb9f75b76a
files src/lib-index/mail-hash.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-index/mail-hash.c	Sat Sep 16 16:47:48 2006 +0300
+++ b/src/lib-index/mail-hash.c	Sat Sep 16 16:48:05 2006 +0300
@@ -90,7 +90,7 @@
 	}
 
 	mail_index_set_error(hash->index,
-			     "%s failed with index cache file %s: %m",
+			     "%s failed with index hash file %s: %m",
 			     function, hash->filepath);
 }