diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-10-06 11:02:55 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-10-06 11:02:55 -0400 |
commit | aaa27b995c03f6fe07849021e0302ecd9b720551 (patch) | |
tree | 67fab02efe15c5fe28c015b5eaf9464d1ae84cdd /changes | |
parent | 41782bf3ac0ce1d2b3363585e652dfe944a9a58e (diff) | |
download | tor-aaa27b995c03f6fe07849021e0302ecd9b720551.tar.gz tor-aaa27b995c03f6fe07849021e0302ecd9b720551.zip |
changes file for #16563
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug16563 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug16563 b/changes/bug16563 new file mode 100644 index 0000000000..19e59b3821 --- /dev/null +++ b/changes/bug16563 @@ -0,0 +1,6 @@ + o Minor bugfixes (logging): + - In log messages that include a function name, use __FUNCTION__ instead + of __PRETTY_FUNCTION__. In GCC, these are synonymous, but with clang + __PRETTY_FUNCTION__ has extra information we don't need. + Fixes bug 16563; bugfix on 0.0.2pre8. Fix by Tom van der Woerdt. +
\ No newline at end of file |