소스 검색

make directory format tests quiet again

svn:r1287
Roger Dingledine 22 년 전
부모
커밋
a346889e94
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/or/test.c

+ 1 - 1
src/or/test.c

@@ -715,7 +715,7 @@ main(int c, char**v){
   test_onion();
   test_onion_handshake();
   puts("\n========================= Directory Formats ===============");
-  add_stream_log(LOG_DEBUG, NULL, stdout);
+//  add_stream_log(LOG_DEBUG, NULL, stdout);
   test_dir_format();
   puts("");