]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
make directory format tests quiet again
authorRoger Dingledine <arma@torproject.org>
Mon, 15 Mar 2004 05:13:25 +0000 (05:13 +0000)
committerRoger Dingledine <arma@torproject.org>
Mon, 15 Mar 2004 05:13:25 +0000 (05:13 +0000)
svn:r1287

src/or/test.c

index 81d868f179439b4727807cfc4a22f380f0273a40..a3ab992ae8daad0eaed6c1ddeca51d614d4f7a2a 100644 (file)
@@ -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("");