mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
but i made the line too long
svn:r6176
This commit is contained in:
parent
f1bcc2d6f8
commit
7d141c6776
@ -608,7 +608,8 @@ circuit_send_next_onion_skin(circuit_t *circ)
|
|||||||
has_completed_circuit=1;
|
has_completed_circuit=1;
|
||||||
/* FFFF Log a count of known routers here */
|
/* FFFF Log a count of known routers here */
|
||||||
log(LOG_NOTICE, LD_GENERAL,
|
log(LOG_NOTICE, LD_GENERAL,
|
||||||
"Tor has successfully opened a circuit. Looks like client functionality is working.");
|
"Tor has successfully opened a circuit. "
|
||||||
|
"Looks like client functionality is working.");
|
||||||
if (server_mode(options) && !check_whether_orport_reachable()) {
|
if (server_mode(options) && !check_whether_orport_reachable()) {
|
||||||
inform_testing_reachability();
|
inform_testing_reachability();
|
||||||
consider_testing_reachability();
|
consider_testing_reachability();
|
||||||
|
Loading…
Reference in New Issue
Block a user