diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-05-12 19:41:59 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-05-12 19:41:59 -0400 |
commit | 87c79cf01760787bcd9e8616b17babe5a7e4eca4 (patch) | |
tree | 50a84d51e0625bbf0297c883de11c1d8330719a5 /src/or/circuituse.c | |
parent | 730dce46af87884d3b5d6443ac4013f51483ca8c (diff) | |
parent | e0d5a6e1849673589c5b7f04d89e25194167344d (diff) | |
download | tor-87c79cf01760787bcd9e8616b17babe5a7e4eca4.tar.gz tor-87c79cf01760787bcd9e8616b17babe5a7e4eca4.zip |
Merge remote-tracking branch 'origin/maint-0.2.2'
Diffstat (limited to 'src/or/circuituse.c')
-rw-r--r-- | src/or/circuituse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuituse.c b/src/or/circuituse.c index fe75df9775..6e98e53832 100644 --- a/src/or/circuituse.c +++ b/src/or/circuituse.c @@ -1409,7 +1409,7 @@ circuit_get_open_circ_or_launch(edge_connection_t *conn, * a bad sign: we should tell the user. */ if (conn->num_circuits_launched < NUM_CIRCUITS_LAUNCHED_THRESHOLD && ++conn->num_circuits_launched == NUM_CIRCUITS_LAUNCHED_THRESHOLD) - log_warn(LD_BUG, "The application request to %s:%d has launched " + log_info(LD_CIRC, "The application request to %s:%d has launched " "%d circuits without finding one it likes.", escaped_safe_str_client(conn->socks_request->address), conn->socks_request->port, |