mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 22:47:12 +01:00
fix some log spacing problems
svn:r3942
This commit is contained in:
parent
bd75b46ef9
commit
2ff2db8d2a
1 changed files with 2 additions and 2 deletions
|
@ -468,8 +468,8 @@ int circuit_send_next_onion_skin(circuit_t *circ) {
|
|||
log_fn(LOG_NOTICE,"Tor has successfully opened a circuit. Looks like it's working.");
|
||||
/* XXX009 Log a count of known routers here */
|
||||
if (server_mode(options) && !check_whether_orport_reachable())
|
||||
log_fn(LOG_NOTICE,"Now checking whether ORPort %s %s reachable... (this may take several minutes)",
|
||||
options->DirPort ? "and DirPort" : "",
|
||||
log_fn(LOG_NOTICE,"Now checking whether ORPort %s%s reachable... (this may take several minutes)",
|
||||
options->DirPort ? "and DirPort " : "",
|
||||
options->DirPort ? "are" : "is");
|
||||
}
|
||||
circuit_rep_hist_note_result(circ);
|
||||
|
|
Loading…
Add table
Reference in a new issue