mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Use safe_str_client() for service ID in log
Scrub the service ID in a warning log. Signed-off-by: David Goulet <dgoulet@ev0ke.net>
This commit is contained in:
committed by
Nick Mathewson
parent
113dc51020
commit
b6e7b57d9a
@@ -3551,7 +3551,8 @@ rend_services_introduce(void)
|
||||
log_warn(LD_REND,
|
||||
"Could only establish %d introduction points for %s; "
|
||||
"wanted %u.",
|
||||
smartlist_len(service->intro_nodes), service->service_id,
|
||||
smartlist_len(service->intro_nodes),
|
||||
safe_str_client(service->service_id),
|
||||
n_intro_points_to_open);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user