Logging: capitalize log macro.

Dodge a name-conflict with the math.h logarithm function. D'oh.
This commit is contained in:
David Goldblatt
2017-10-02 17:48:03 -07:00
committed by David Goldblatt
parent 7a8bc7172b
commit 8a7ee3014c
3 changed files with 61 additions and 70 deletions

View File

@@ -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