aboutsummaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test.c')
-rw-r--r--test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.c b/test.c
index 6d364ae..d1b8976 100644
--- a/test.c
+++ b/test.c
@@ -15,6 +15,7 @@
int main()
{
+ any_log_init(stdout, ANY_LOG_DEBUG);
// Test any_log_level_to_string
log_trace("ANY_LOG_PANIC = %s", any_log_level_to_string(ANY_LOG_PANIC));