From: Karsten Loesing Date: Wed, 19 Aug 2009 15:15:51 +0000 (+0200) Subject: Don't write extra-info document to debug logs. X-Git-Tag: tor-0.2.2.1-alpha~9^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6592cbe3e1d2d3e461c1af44097fd67dd653e017;p=thirdparty%2Ftor.git Don't write extra-info document to debug logs. --- diff --git a/src/or/router.c b/src/or/router.c index 1c8bb1d061..d744b9bc06 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -1990,9 +1990,6 @@ extrainfo_dump_to_string(char *s, size_t maxlen, extrainfo_t *extrainfo, "We just generated an extrainfo descriptor we can't parse."); log_err(LD_BUG, "Descriptor was: <<%s>>", s); return -1; - } else { - log_debug(LD_GENERAL, "We generated an extra-info descriptor:\n%s", - s); } tor_free(s_dup); extrainfo_free(ei_tmp);