Explorar el Código

make directory format tests quiet again

svn:r1287
Roger Dingledine hace 21 años
padre
commit
a346889e94
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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("");