summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-03-15 05:13:25 +0000
committerRoger Dingledine <arma@torproject.org>2004-03-15 05:13:25 +0000
commita346889e94b8cc2cc0a782633531839f0e5f47a0 (patch)
tree758b829dc65a1607c045b01dae35a369e912b393
parent0b9c140102bcafccdd1d1ae080bf396817eb6777 (diff)
downloadtor-a346889e94b8cc2cc0a782633531839f0e5f47a0.tar.gz
tor-a346889e94b8cc2cc0a782633531839f0e5f47a0.zip
make directory format tests quiet again
svn:r1287
-rw-r--r--src/or/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/test.c b/src/or/test.c
index 81d868f179..a3ab992ae8 100644
--- a/src/or/test.c
+++ b/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("");