diff options
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r-- | src/or/circuitbuild.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index 6ec3023567..2e7c66b74f 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -422,7 +422,8 @@ 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."); -// XXX008 put a count of known routers here + /* XXX009 put a count of known routers here */ + /* XXXX "Put?" Do you mean log, or something else? -NM */ } circuit_rep_hist_note_result(circ); circuit_has_opened(circ); /* do other actions as necessary */ |