summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-03-14 14:12:03 -0400
committerNick Mathewson <nickm@torproject.org>2015-03-14 14:12:03 -0400
commit7bed9dc73a6b95b2de741195ce54d073e0bd4a37 (patch)
treeca2a1296ef99c832191f0b757fbeb38e8e8bd0f0 /changes
parent4247ce99e5d9b7b2063df66cc808fac1f09fb799 (diff)
downloadtor-7bed9dc73a6b95b2de741195ce54d073e0bd4a37.tar.gz
tor-7bed9dc73a6b95b2de741195ce54d073e0bd4a37.zip
Avoid double-parens in log_fn() messages on clang.
On clang (and elsewhere?) __PRETTY_FUNCTION__ includes parenthesized argument lists. This is clever, but it makes our old "%s(): " format look funny. This is a fix on 0957ffeb, aka svn:r288. Fixes bug 15269.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug152697
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug15269 b/changes/bug15269
new file mode 100644
index 0000000000..e6b2b24221
--- /dev/null
+++ b/changes/bug15269
@@ -0,0 +1,7 @@
+ o Minor bugfixes (logs):
+ - When building Tor under Clang, do not include an extra set of
+ parentheses in log messages that include function names.
+ Fixes bug 15053; bugfix on every released version of Tor when
+ compiled with recent enough Clang.
+
+