]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Downgrade the "we launched 10 circuits for this stream" message. (See bug 3080)
authorNick Mathewson <nickm@torproject.org>
Thu, 12 May 2011 23:41:08 +0000 (19:41 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 12 May 2011 23:41:08 +0000 (19:41 -0400)
src/or/circuituse.c

index 9feb4e1c4cb0f753eb7cf24dbfd931ee59b02895..e68fb4fa827df4b3438ecf81a4a5f331a409181e 100644 (file)
@@ -1416,7 +1416,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,