Authorities on IPv6: minor fixes and unit tests
[tor.git] / changes / bug16563
blob19e59b3821d7ac3ae46abb4231e26a6c035b9711
1   o Minor bugfixes (logging):
2     - In log messages that include a function name, use __FUNCTION__ instead
3       of __PRETTY_FUNCTION__.  In GCC, these are synonymous, but with clang
4       __PRETTY_FUNCTION__ has extra information we don't need.
5       Fixes bug 16563; bugfix on 0.0.2pre8. Fix by Tom van der Woerdt.
6