mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
and another overly common log entry
svn:r5417
This commit is contained in:
parent
aa53190ed5
commit
26d8c3498c
1 changed files with 2 additions and 2 deletions
|
@ -889,8 +889,8 @@ retry_listeners(int type, config_line_t *cfg,
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
/* It's configured; we don't need to launch it. */
|
/* It's configured; we don't need to launch it. */
|
||||||
debug(LD_NET, "Already have %s on %s:%d",
|
// debug(LD_NET, "Already have %s on %s:%d",
|
||||||
conn_type_to_string(type), conn->address, conn->port);
|
// conn_type_to_string(type), conn->address, conn->port);
|
||||||
smartlist_remove(launch, line);
|
smartlist_remove(launch, line);
|
||||||
if (free_launch_elts)
|
if (free_launch_elts)
|
||||||
config_free_lines(line);
|
config_free_lines(line);
|
||||||
|
|
Loading…
Add table
Reference in a new issue