소스 검색

<nickm> ooh, that log shouldn't be there. can you take it out?

svn:r6671
Peter Palfrader 19 년 전
부모
커밋
7b6c435066
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/or/dirserv.c

+ 0 - 1
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);
 	}
       }