瀏覽代碼

make directory format tests quiet again

svn:r1287
Roger Dingledine 21 年之前
父節點
當前提交
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("");