mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
7bed9dc73a
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.
8 lines
269 B
Plaintext
8 lines
269 B
Plaintext
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.
|
|
|
|
|