aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/log.c b/test/log.c
index 48244de..53205d8 100644
--- a/test/log.c
+++ b/test/log.c
@@ -14,7 +14,7 @@
#define ANY_LOG_VALUE_PTR(key, value) "\"%s\": \"%p\"", key, value
#define ANY_LOG_VALUE_DOUBLE(key, value) "\"%s\": %lf", key, value
#define ANY_LOG_VALUE_STRING(key, value) "\"%s \": \"%s\"", key, value
-#define ANY_LOG_VALUE_CUSTOM(key, stream, formatter, value) \
+#define ANY_LOG_VALUE_GENERIC(key, stream, formatter, value) \
do { \
fprintf(stream, "\"%s\": ", key); \
formatter(stream, value); \