Commit 9bc8d69d authored by Roger Dingledine's avatar Roger Dingledine
Browse files

remove some loud log messages


svn:r8450
parent 29a756af
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
    }
  }
+1 −1
Original line number Diff line number Diff line
@@ -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 &&