mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
remove some loud log messages
svn:r8450
This commit is contained in:
@@ -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
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user