From c8339f7045467c12e62b5d1dc959b9523d924864 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Wed, 15 Jan 2025 22:39:03 +0100 Subject: Changes to any_log --- test/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/log.c') diff --git a/test/log.c b/test/log.c index 7f7d889..f2b4187 100644 --- a/test/log.c +++ b/test/log.c @@ -42,7 +42,7 @@ void pairs_format(FILE *stream, struct pair *pairs) int main() { - any_log_init(ANY_LOG_DEBUG, stdout); + any_log_init(ANY_LOG_TRACE, stdout); FILE *streams[ANY_LOG_ALL] = { stderr, //ANY_LOG_PANIC -- cgit v1.2.3