summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2012-09-09 15:54:59 -0400
committerRoger Dingledine <arma@torproject.org>2012-09-09 15:54:59 -0400
commit67abdcd8d9870c05f5f7da05075b2375aa48ef04 (patch)
tree4490a067e64536d81bc50079451ed2115a6feba1
parent96d86b3cff9f49c8b5d004ea653dc87da9f78b75 (diff)
downloadtor-67abdcd8d9870c05f5f7da05075b2375aa48ef04.tar.gz
tor-67abdcd8d9870c05f5f7da05075b2375aa48ef04.zip
minor logging improvement
-rw-r--r--src/or/routerlist.c3
1 files changed, 2 insertions, 1 deletions
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