diff options
author | Roger Dingledine <arma@torproject.org> | 2008-06-08 02:53:32 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-06-08 02:53:32 +0000 |
commit | 3bb5d3ba6d9720542e4e67f973c4ee7bda23f24a (patch) | |
tree | c0b464f1d4bdbad7c69e1e239d3ae68f370b24d0 /src/or/circuitbuild.c | |
parent | 58c2a5379b5bc89e4bde9b07b2cb690715c1ec22 (diff) | |
download | tor-3bb5d3ba6d9720542e4e67f973c4ee7bda23f24a.tar.gz tor-3bb5d3ba6d9720542e4e67f973c4ee7bda23f24a.zip |
include tags in the bootstrap status events. also document the
bootstrapping process and how the phases break down.
svn:r15020
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r-- | src/or/circuitbuild.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index ef251da233..2875222c76 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -1059,7 +1059,7 @@ new_route_len(uint8_t purpose, extend_info_t *exit, num_acceptable_routers = count_acceptable_routers(routers); - log_debug(LD_CIRC,"Chosen route length %d (%d/%d routers available).", + log_debug(LD_CIRC,"Chosen route length %d (%d/%d routers suitable).", routelen, num_acceptable_routers, smartlist_len(routers)); if (num_acceptable_routers < 2) { |