diff options
-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 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(""); |