Skip to content
Snippets Groups Projects
Commit 3d37291e authored by Roger Dingledine's avatar Roger Dingledine
Browse files

stop complaining as loudly when a dns resolve fails

svn:r869
parent 02ec2cdb
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment