[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/master] Correct a log message
commit 6b26999146ab5e21fbfe43fe5084005a34ba2415
Author: Robert Ransom <rransom.8774@xxxxxxxxx>
Date: Wed Oct 5 15:55:23 2011 -0700
Correct a log message
---
src/or/rendservice.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/or/rendservice.c b/src/or/rendservice.c
index 24d5937..d21fdcc 100644
--- a/src/or/rendservice.c
+++ b/src/or/rendservice.c
@@ -945,7 +945,8 @@ rend_service_introduce(origin_circuit_t *circuit, const uint8_t *request,
service = rend_service_get_by_pk_digest(
circuit->rend_data->rend_pk_digest);
if (!service) {
- log_warn(LD_REND, "Got an INTRODUCE2 cell for an unrecognized service %s.",
+ log_warn(LD_BUG, "Internal error: Got an INTRODUCE2 cell on an intro "
+ "circ for an unrecognized service %s.",
escaped(serviceid));
return -1;
}
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits