tor/changes/addr_is_internal_debug
Nick Mathewson 8586611718 Make tor_addr_is_internal log the calling function on error
This might make it a little easier to track down bug  7086.
2012-10-12 11:34:54 -04:00

5 lines
200 B
Plaintext

o Minor features:
- Log the call-site of a failed tor_addr_is_internal(), so that we
can learn who is calling it with AF_UNSPECIFIED and fix the
second (unrelated) part of bug 7086.