diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-11-16 03:32:01 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-11-16 03:32:01 +0000 |
commit | 647c076c8f3b961e69d003cde4bebda18b39f65c (patch) | |
tree | f6a825f48c3ec44f072e6075d6840f339ba1e73f /src/or/circuitbuild.c | |
parent | 3e4f30fbb99b851c6d3e1a750626c07b22858c43 (diff) | |
download | tor-647c076c8f3b961e69d003cde4bebda18b39f65c.tar.gz tor-647c076c8f3b961e69d003cde4bebda18b39f65c.zip |
add a TODO item and some comment changes.
svn:r2904
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r-- | src/or/circuitbuild.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index 2e7c66b74f..a98bca273f 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -422,8 +422,7 @@ int circuit_send_next_onion_skin(circuit_t *circ) { if(!has_completed_circuit) { has_completed_circuit=1; log_fn(LOG_NOTICE,"Tor has successfully opened a circuit. Looks like it's working."); - /* XXX009 put a count of known routers here */ - /* XXXX "Put?" Do you mean log, or something else? -NM */ + /* XXX009 Log a count of known routers here */ } circuit_rep_hist_note_result(circ); circuit_has_opened(circ); /* do other actions as necessary */ |