mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
pick a log domain; resolve an xxxx
svn:r6782
This commit is contained in:
parent
84a246e534
commit
a8444c6f53
@ -964,8 +964,7 @@ circuit_get_open_circ_or_launch(connection_t *conn,
|
||||
if (conn->chosen_exit_name) {
|
||||
routerinfo_t *r;
|
||||
if (!(r = router_get_by_nickname(conn->chosen_exit_name, 1))) {
|
||||
/*XXXX NM domain? */
|
||||
log_notice(LD_CIRC,
|
||||
log_notice(LD_APP,
|
||||
"Requested exit point '%s' is not known. Closing.",
|
||||
conn->chosen_exit_name);
|
||||
return -1;
|
||||
|
Loading…
Reference in New Issue
Block a user