hs: Log the intro point when we clean it up

When we remove an intro point from the service list, log info about it and
some useful data.

Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
David Goulet
2017-09-20 12:47:09 -04:00
parent 317dabc57f
commit 9b4513c5d1
2 changed files with 43 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor bugfixes (hidden service, circuit):
- Improve logging of many callsite in the circuit subsystem to print the
circuit identifier(s).
- Log when we cleanup an intro point from a service so we know when and
for what reason it happened. Closes ticket 23604.