[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] make directory format tests quiet again
Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or
Modified Files:
test.c
Log Message:
make directory format tests quiet again
Index: test.c
===================================================================
RCS file: /home/or/cvsroot/src/or/test.c,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- test.c 5 Mar 2004 05:48:28 -0000 1.62
+++ test.c 15 Mar 2004 05:13:25 -0000 1.63
@@ -715,7 +715,7 @@
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("");