Logging: capitalize log macro.
Dodge a name-conflict with the math.h logarithm function. D'oh.
This commit is contained in:
committed by
David Goldblatt
parent
7a8bc7172b
commit
8a7ee3014c
@@ -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
|
||||
|
Reference in New Issue
Block a user