]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for #16563
authorNick Mathewson <nickm@torproject.org>
Tue, 6 Oct 2015 15:02:55 +0000 (11:02 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 6 Oct 2015 15:02:55 +0000 (11:02 -0400)
changes/bug16563 [new file with mode: 0644]

diff --git a/changes/bug16563 b/changes/bug16563
new file mode 100644 (file)
index 0000000..19e59b3
--- /dev/null
@@ -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