[dovecot-cvs] dovecot/src/lib-index mail-cache-compress.c, 1.47, 1.48
tss at dovecot.org
tss at dovecot.org
Thu Jan 18 15:36:14 UTC 2007
Update of /var/lib/cvs/dovecot/src/lib-index
In directory talvi:/tmp/cvs-serv19286
Modified Files:
mail-cache-compress.c
Log Message:
debug: Don't bother warning about cache compressions. It has lived its
usefulness.
Index: mail-cache-compress.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-index/mail-cache-compress.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- mail-cache-compress.c 17 Dec 2006 16:35:32 -0000 1.47
+++ mail-cache-compress.c 18 Jan 2007 15:36:11 -0000 1.48
@@ -312,11 +312,6 @@
return mail_cache_reopen(cache);
}
-#ifdef DEBUG
- i_warning("Compressing cache file %s (%u)",
- cache->filepath, cache->need_compress_file_seq);
-#endif
-
if (cache->index->gid != (gid_t)-1 &&
fchown(fd, (uid_t)-1, cache->index->gid) < 0) {
mail_cache_set_syscall_error(cache, "fchown()");
More information about the dovecot-cvs
mailing list