[dovecot-cvs] dovecot/src/lib-index mail-cache-compress.c, 1.42.2.3, 1.42.2.4

tss at dovecot.org tss at dovecot.org
Thu Jan 18 15:36:11 UTC 2007


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

Modified Files:
      Tag: branch_1_0
	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.42.2.3
retrieving revision 1.42.2.4
diff -u -d -r1.42.2.3 -r1.42.2.4
--- mail-cache-compress.c	29 Dec 2006 00:23:29 -0000	1.42.2.3
+++ mail-cache-compress.c	18 Jan 2007 15:36:09 -0000	1.42.2.4
@@ -310,11 +310,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