From 7b6c4350661a9772ac75de9f6ed2afb769a53406 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 20 Jun 2006 23:11:15 +0000 Subject: [PATCH] ooh, that log shouldn't be there. can you take it out? svn:r6671 --- src/or/dirserv.c | 1 - 1 file changed, 1 deletion(-) 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); } }