mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-15 09:26:21 +03:00
Logging: capitalize log macro.
Dodge a name-conflict with the math.h logarithm function. D'oh.
This commit is contained in:
parent
7a8bc7172b
commit
8a7ee3014c
3 changed files with 61 additions and 70 deletions
|
|
@ -176,7 +176,7 @@ TEST_END
|
|||
*/
|
||||
TEST_BEGIN(test_log_only_format_string) {
|
||||
if (false) {
|
||||
log("log_str", "No arguments follow this format string.");
|
||||
LOG("log_str", "No arguments follow this format string.");
|
||||
}
|
||||
}
|
||||
TEST_END
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue