mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 22:47:12 +01:00
minor logging improvement
This commit is contained in:
parent
96d86b3cff
commit
67abdcd8d9
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue