[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/master] clarify log messages based on suggestion from arma
commit f038b45b09edc992c16d14c31da73b90ba3460e2
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
Date: Mon Mar 14 17:23:28 2011 -0400
clarify log messages based on suggestion from arma
---
src/or/circuitbuild.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index dbbb9de..015dfb4 100644
--- a/src/or/circuitbuild.c
+++ b/src/or/circuitbuild.c
@@ -4717,7 +4717,8 @@ rewrite_node_address_for_bridge(const bridge_info_t *bridge, node_t *node)
ri->address = tor_dup_ip(ri->addr);
ri->or_port = bridge->port;
log_info(LD_DIR,
- "Adjusted bridge '%s' to match configured address %s:%d.",
+ "Adjusted bridge routerinfo for '%s' to match configured "
+ "address %s:%d.",
ri->nickname, ri->address, ri->or_port);
}
}
@@ -4732,7 +4733,8 @@ rewrite_node_address_for_bridge(const bridge_info_t *bridge, node_t *node)
rs->addr = tor_addr_to_ipv4h(&bridge->addr);
rs->or_port = bridge->port;
log_info(LD_DIR,
- "Adjusted bridge '%s' to match configured address %s:%d.",
+ "Adjusted bridge routerstatus for '%s' to match "
+ "configured address %s:%d.",
rs->nickname, fmt_addr(&bridge->addr), rs->or_port);
}
}
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits