diff options
author | Peter Palfrader <peter@palfrader.org> | 2006-06-20 23:11:15 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2006-06-20 23:11:15 +0000 |
commit | 7b6c4350661a9772ac75de9f6ed2afb769a53406 (patch) | |
tree | 2a2274e0b21e083e3c3fb1d4201da4ce1e722980 /src | |
parent | 0799154ae11ef2fff410cf6c4162fc7ecbc7d436 (diff) | |
download | tor-7b6c4350661a9772ac75de9f6ed2afb769a53406.tar tor-7b6c4350661a9772ac75de9f6ed2afb769a53406.tar.gz |
<nickm> ooh, that log shouldn't be there. can you take it out?
svn:r6671
Diffstat (limited to 'src')
-rw-r--r-- | src/or/dirserv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c index c44532723..9f6002e40 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); } } |