Browse Source

make directory format tests quiet again

svn:r1287
Roger Dingledine 21 years ago
parent
commit
a346889e94
1 changed files with 1 additions and 1 deletions
  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("");