mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
catch the last missing log line i hope
svn:r825
This commit is contained in:
parent
90e143e6d4
commit
42b5ed754f
@ -857,7 +857,7 @@ int circuit_extend(cell_t *cell, circuit_t *circ) {
|
|||||||
*/
|
*/
|
||||||
struct in_addr in;
|
struct in_addr in;
|
||||||
in.s_addr = htonl(circ->n_addr);
|
in.s_addr = htonl(circ->n_addr);
|
||||||
log_fn(LOG_DEBUG,"Next router (%s:%d) not connected. Closing.", inet_ntoa(in), circ->n_port);
|
log_fn(LOG_WARN,"Next router (%s:%d) not connected. Closing.", inet_ntoa(in), circ->n_port);
|
||||||
/* XXX later we should fail more gracefully here, like with a 'truncated' */
|
/* XXX later we should fail more gracefully here, like with a 'truncated' */
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user