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:
teor 2017-03-04 22:44:21 +11:00 committed by Nick Mathewson
parent d0927b6646
commit c99d0e742a

View File

@ -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);
}
}