From: Roger Dingledine Date: Sun, 9 Sep 2012 19:54:59 +0000 (-0400) Subject: minor logging improvement X-Git-Tag: tor-0.2.4.2-alpha~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67abdcd8d9870c05f5f7da05075b2375aa48ef04;p=thirdparty%2Ftor.git minor logging improvement --- diff --git a/src/or/routerlist.c b/src/or/routerlist.c index 3aea606207..b3167c5b24 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -4965,7 +4965,8 @@ count_usable_descriptors(int *num_present, int *num_usable, } SMARTLIST_FOREACH_END(rs); - log_debug(LD_DIR, "%d usable, %d present.", *num_usable, *num_present); + log_debug(LD_DIR, "%d usable, %d present (%s).", *num_usable, *num_present, + md ? "microdescs" : "descs"); } /** We just fetched a new set of descriptors. Compute how far through