mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
stop complaining as loudly when a dns resolve fails
svn:r869
This commit is contained in:
parent
02ec2cdb34
commit
3d37291e02
@ -734,7 +734,7 @@ static int connection_exit_begin_conn(cell_t *cell, circuit_t *circ) {
|
||||
connection_exit_connect(n_stream);
|
||||
return 0;
|
||||
case -1: /* resolve failed */
|
||||
log_fn(LOG_WARN,"Resolve failed (%s).", n_stream->address);
|
||||
log_fn(LOG_INFO,"Resolve failed (%s).", n_stream->address);
|
||||
connection_edge_end(n_stream, END_STREAM_REASON_RESOLVEFAILED, NULL);
|
||||
/* case 0, resolve added to pending list */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user