[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] nickm> ooh, that log shouldn"t be there. can you take it out?



Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv27582

Modified Files:
	dirserv.c 
Log Message:
<nickm> ooh, that log shouldn't be there. can you take it out?

Index: dirserv.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/dirserv.c,v
retrieving revision 1.346
retrieving revision 1.347
diff -u -p -d -r1.346 -r1.347
--- dirserv.c	20 Jun 2006 23:06:52 -0000	1.346
+++ dirserv.c	20 Jun 2006 23:11:15 -0000	1.347
@@ -1896,7 +1896,6 @@ connection_dirserv_add_networkstatus_byt
 	if (uncompressing && ! conn->zlib_state &&
 	    conn->fingerprint_stack &&
 	    smartlist_len(conn->fingerprint_stack)) {
-	  log_notice(LD_GENERAL, "New zlib buf.");
 	  conn->zlib_state = tor_zlib_new(0, ZLIB_METHOD);
 	}
       }