mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-14 15:23:27 +01:00
clarify which relay gave us the good netinfo cell
svn:r17973
This commit is contained in:
parent
4acf16cb63
commit
4f27e73aaa
@ -624,9 +624,10 @@ command_process_netinfo_cell(cell_t *cell, or_connection_t *conn)
|
|||||||
if (connection_or_set_state_open(conn)<0)
|
if (connection_or_set_state_open(conn)<0)
|
||||||
connection_mark_for_close(TO_CONN(conn));
|
connection_mark_for_close(TO_CONN(conn));
|
||||||
else
|
else
|
||||||
log_info(LD_OR, "Got good NETINFO cell from %s; OR connection is now "
|
log_info(LD_OR, "Got good NETINFO cell from %s:%d; OR connection is now "
|
||||||
"open, using protocol version %d",
|
"open, using protocol version %d",
|
||||||
safe_str(conn->_base.address), (int)conn->link_proto);
|
safe_str(conn->_base.address), conn->_base.port,
|
||||||
|
(int)conn->link_proto);
|
||||||
assert_connection_ok(TO_CONN(conn),time(NULL));
|
assert_connection_ok(TO_CONN(conn),time(NULL));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user