aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/or/rendservice.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c
index 06d7a4900..d7932575c 100644
--- a/src/or/rendservice.c
+++ b/src/or/rendservice.c
@@ -3137,7 +3137,9 @@ rend_services_introduce(void)
if (descriptor_available) {
// Need to think about connecting to these introduction points now
- log_info(LD_REND, "Descriptor available for %s", safe_str_client(service->service_id));
+ log_info(LD_REND, "Descriptor available for %s, with %i introduction points",
+ safe_str_client(service->service_id),
+ smartlist_len(entry->parsed->intro_nodes));
SMARTLIST_FOREACH(entry->parsed->intro_nodes, rend_intro_point_t *, intro, {
log_info(LD_REND, "Found router %s as an existing intro point for %s.",