diff options
author | George Kadianakis <desnacked@riseup.net> | 2019-09-30 13:44:59 +0300 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2019-09-30 13:44:59 +0300 |
commit | 4673cb8168cbacd817c38c3f1ca5c9e88d10b053 (patch) | |
tree | 85b3eef72887195fcc80cfa42bf3edb404994b90 /src/lib/log | |
parent | ffd857bbe125b6be442555079a15c896c0317c91 (diff) | |
parent | fc1134e3e59df2ca473e787f70a57ebf659d78f2 (diff) | |
download | tor-4673cb8168cbacd817c38c3f1ca5c9e88d10b053.tar.gz tor-4673cb8168cbacd817c38c3f1ca5c9e88d10b053.zip |
Merge branch 'tor-github/pr/1339'
Diffstat (limited to 'src/lib/log')
-rw-r--r-- | src/lib/log/util_bug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/log/util_bug.h b/src/lib/log/util_bug.h index 546ae1e3ef..d7f01618e8 100644 --- a/src/lib/log/util_bug.h +++ b/src/lib/log/util_bug.h @@ -96,7 +96,7 @@ (void)(a); \ (void)(fmt); \ STMT_END -#else /* !(defined(TOR_UNIT_TESTS) && ... */ +#else /* !(defined(TOR_UNIT_TESTS) && defined(DISABLE_ASSERTS_IN_UNIT_TES... */ /** Like assert(3), but send assertion failures to the log as well as to * stderr. */ #define tor_assert(expr) tor_assertf(expr, NULL) |