[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/master] another little step at making debugging 5458 easier
commit a1caa96f9bff7e95cabad688d36a941b599d0e2a
Author: Roger Dingledine <arma@xxxxxxxxxxxxxx>
Date: Fri Jun 15 03:58:47 2012 -0400
another little step at making debugging 5458 easier
---
src/or/circuitbuild.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index 01eeb14..65fcaf4 100644
--- a/src/or/circuitbuild.c
+++ b/src/or/circuitbuild.c
@@ -2295,9 +2295,9 @@ circuit_send_next_onion_skin(origin_circuit_t *circ)
if (guard) {
guard->circuit_successes++;
- log_info(LD_PROTOCOL, "Got success count %u/%u for guard %s",
+ log_info(LD_PROTOCOL, "Got success count %u/%u for guard %s=%s",
guard->circuit_successes, guard->first_hops,
- guard->nickname);
+ guard->nickname, hex_str(guard->identity, DIGEST_LEN));
if (guard->first_hops < guard->circuit_successes) {
log_warn(LD_BUG, "Unexpectedly high circuit_successes (%u/%u) "
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits