From 3df7fc5e5a797d875fbbb626ca5089c40e733b87 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 17 Jun 2007 15:10:43 +0000 Subject: r13438@catbus: nickm | 2007-06-15 15:01:42 -0400 document some functions svn:r10637 --- src/or/test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/or/test.c') 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); -- cgit v1.2.3-54-g00ecf