Loading src/or/connection_edge.c +2 −2 Original line number Diff line number Diff line Loading @@ -2066,8 +2066,8 @@ connection_ap_can_use_exit(edge_connection_t *conn, routerinfo_t *exit) if (conn->chosen_exit_name) { if (router_get_by_nickname(conn->chosen_exit_name, 1) != exit) { /* doesn't match */ log_debug(LD_APP,"Requested node '%s', considering node '%s'. No.", conn->chosen_exit_name, exit->nickname); // log_debug(LD_APP,"Requested node '%s', considering node '%s'. No.", // conn->chosen_exit_name, exit->nickname); return 0; } } Loading src/or/relay.c +1 −1 Original line number Diff line number Diff line Loading @@ -940,7 +940,7 @@ connection_edge_process_relay_cell(cell_t *cell, circuit_t *circ, switch (rh.command) { case RELAY_COMMAND_DROP: log_info(domain,"Got a relay-level padding cell. Dropping."); // log_info(domain,"Got a relay-level padding cell. Dropping."); return 0; case RELAY_COMMAND_BEGIN: if (layer_hint && Loading Loading
src/or/connection_edge.c +2 −2 Original line number Diff line number Diff line Loading @@ -2066,8 +2066,8 @@ connection_ap_can_use_exit(edge_connection_t *conn, routerinfo_t *exit) if (conn->chosen_exit_name) { if (router_get_by_nickname(conn->chosen_exit_name, 1) != exit) { /* doesn't match */ log_debug(LD_APP,"Requested node '%s', considering node '%s'. No.", conn->chosen_exit_name, exit->nickname); // log_debug(LD_APP,"Requested node '%s', considering node '%s'. No.", // conn->chosen_exit_name, exit->nickname); return 0; } } Loading
src/or/relay.c +1 −1 Original line number Diff line number Diff line Loading @@ -940,7 +940,7 @@ connection_edge_process_relay_cell(cell_t *cell, circuit_t *circ, switch (rh.command) { case RELAY_COMMAND_DROP: log_info(domain,"Got a relay-level padding cell. Dropping."); // log_info(domain,"Got a relay-level padding cell. Dropping."); return 0; case RELAY_COMMAND_BEGIN: if (layer_hint && Loading