[dovecot-cvs] dovecot/src/lib-index mail-hash.c,1.22,1.23
cras at dovecot.org
cras at dovecot.org
Sat Sep 16 16:48:07 EEST 2006
Update of /var/lib/cvs/dovecot/src/lib-index
In directory talvi:/tmp/cvs-serv24306
Modified Files:
mail-hash.c
Log Message:
Error string fix
Index: mail-hash.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-index/mail-hash.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- mail-hash.c 30 Jul 2006 23:07:46 -0000 1.22
+++ mail-hash.c 16 Sep 2006 13:48:05 -0000 1.23
@@ -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);
}
More information about the dovecot-cvs
mailing list