mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Log more info when a service descriptor has the wrong number of intro points
Depends on 21598, part of 21622.
This commit is contained in:
parent
d0927b6646
commit
c99d0e742a
@ -1134,7 +1134,8 @@ rend_service_update_descriptor(rend_service_t *service)
|
||||
"descriptor was updated with %d instead.",
|
||||
service->service_id,
|
||||
service->n_intro_points_wanted, have_intro);
|
||||
rend_service_dump_stats(severity);
|
||||
/* Now log an informative message about how we might have got here. */
|
||||
rend_log_intro_limit(service, severity);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user