diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-05-15 08:27:02 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-05-23 12:48:51 -0400 |
commit | 2bb5d8148b2c15e9573a7f041ef631bdf4429b4b (patch) | |
tree | b358c395e6ff3f2283827c71f0c4ba4d64252a27 /contrib | |
parent | 29955f13e5bc8e61724759ec7245aae602672111 (diff) | |
download | tor-2bb5d8148b2c15e9573a7f041ef631bdf4429b4b.tar.gz tor-2bb5d8148b2c15e9573a7f041ef631bdf4429b4b.zip |
In coverage builds, avoid basic-block complexity in log_debug
Ordinarily we skip calling log_fn(LOG_DEBUG,...) if debug logging is
completely disabled. However, in coverage builds, this means that
we get spurious complaints about partially covered basic blocks, in
a way that makes our coverage determinism harder to check.
Diffstat (limited to 'contrib')
0 files changed, 0 insertions, 0 deletions