when counting available descs, say whether we're counting exits

This commit is contained in:
Roger Dingledine 2012-11-16 11:38:56 -05:00
parent ecb619d96b
commit 06d367ea36
1 changed files with 3 additions and 2 deletions

View File

@ -1269,8 +1269,9 @@ count_usable_descriptors(int *num_present, int *num_usable,
}
SMARTLIST_FOREACH_END(rs);
log_debug(LD_DIR, "%d usable, %d present (%s).", *num_usable, *num_present,
md ? "microdescs" : "descs");
log_debug(LD_DIR, "%d usable, %d present (%s%s).",
*num_usable, *num_present,
md ? "microdesc" : "desc", exit_only ? " exits" : "s");
}
/** We just fetched a new set of descriptors. Compute how far through