From: Peter Palfrader Date: Tue, 20 Jun 2006 23:11:15 +0000 (+0000) Subject: ooh, that log shouldn't be there. can you take it out? X-Git-Tag: tor-0.1.1.23~175 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b6c4350661a9772ac75de9f6ed2afb769a53406;p=thirdparty%2Ftor.git ooh, that log shouldn't be there. can you take it out? svn:r6671 --- diff --git a/src/or/dirserv.c b/src/or/dirserv.c index c44532723f..9f6002e404 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -1896,7 +1896,6 @@ connection_dirserv_add_networkstatus_bytes_to_outbuf(connection_t *conn) 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); } }