]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bonus points if it builds on 64 bit
authorRoger Dingledine <arma@torproject.org>
Thu, 1 Mar 2007 03:59:28 +0000 (03:59 +0000)
committerRoger Dingledine <arma@torproject.org>
Thu, 1 Mar 2007 03:59:28 +0000 (03:59 +0000)
svn:r9698

src/or/circuituse.c

index 762f597742feaef507f99f1032cded0c0c9ccc27..b145474079ab9b2e38bbb16ea0a9c97235e5f09c 100644 (file)
@@ -1027,7 +1027,6 @@ circuit_get_open_circ_or_launch(edge_connection_t *conn,
              * routerstatus or equivalent. */
             routerstatus_t *s =
               routerstatus_get_by_hexdigest(conn->chosen_exit_name+1);
-            log_debug(LD_DIR, "result is %d", (int)s);
             if (s) {
               extend_info = extend_info_from_routerstatus(s);
             } else {