diff options
author | Roger Dingledine <arma@torproject.org> | 2004-03-15 05:13:25 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-03-15 05:13:25 +0000 |
commit | a346889e94b8cc2cc0a782633531839f0e5f47a0 (patch) | |
tree | 758b829dc65a1607c045b01dae35a369e912b393 /src/or/test.c | |
parent | 0b9c140102bcafccdd1d1ae080bf396817eb6777 (diff) | |
download | tor-a346889e94b8cc2cc0a782633531839f0e5f47a0.tar tor-a346889e94b8cc2cc0a782633531839f0e5f47a0.tar.gz |
make directory format tests quiet again
svn:r1287
Diffstat (limited to 'src/or/test.c')
-rw-r--r-- | src/or/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/test.c b/src/or/test.c index 81d868f17..a3ab992ae 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(""); |