summaryrefslogtreecommitdiff
path: root/src/or/test.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-06-17 15:10:43 +0000
committerNick Mathewson <nickm@torproject.org>2007-06-17 15:10:43 +0000
commit3df7fc5e5a797d875fbbb626ca5089c40e733b87 (patch)
treef235c71be4e659fc0a354807c474f6a7b55d93f0 /src/or/test.c
parentf15df2d8373f7fdf297e6c3370e193fe8f513ae1 (diff)
downloadtor-3df7fc5e5a797d875fbbb626ca5089c40e733b87.tar.gz
tor-3df7fc5e5a797d875fbbb626ca5089c40e733b87.zip
r13438@catbus: nickm | 2007-06-15 15:01:42 -0400
document some functions svn:r10637
Diffstat (limited to 'src/or/test.c')
-rw-r--r--src/or/test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/test.c b/src/or/test.c
index a66024dc1e..d02cd751f4 100644
--- a/src/or/test.c
+++ b/src/or/test.c
@@ -2392,8 +2392,8 @@ test_v3_networkstatus(void)
test_assert(consensus_text);
con = networkstatus_parse_vote_from_string(consensus_text, 0);
test_assert(con);
- log_notice(LD_GENERAL, "<<%s>>\n<<%s>>\n<<%s>>\n",
- v1_text, v2_text, v3_text);
+ //log_notice(LD_GENERAL, "<<%s>>\n<<%s>>\n<<%s>>\n",
+ // v1_text, v2_text, v3_text);
/* Check consensus contents. */
test_assert(!con->is_vote);