diff options
-rw-r--r-- | src/or/connection_edge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c index 04af4ac4de..9a563bf9b4 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -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 */ } |