]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
<nickm> ooh, that log shouldn't be there. can you take it out?
authorPeter Palfrader <peter@palfrader.org>
Tue, 20 Jun 2006 23:11:15 +0000 (23:11 +0000)
committerPeter Palfrader <peter@palfrader.org>
Tue, 20 Jun 2006 23:11:15 +0000 (23:11 +0000)
svn:r6671

src/or/dirserv.c

index c44532723fa8232cc6c7090eebe67314dae6b96e..9f6002e40422271840b5b0bf301fb2bbe4a57754 100644 (file)
@@ -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);
        }
       }