diff options
| author | Federico Angelilli <code@fedang.net> | 2025-01-15 22:39:03 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2025-01-15 22:39:03 +0100 |
| commit | c8339f7045467c12e62b5d1dc959b9523d924864 (patch) | |
| tree | e32d326a80afb8eb3be566fbd95a72db1cdab2a9 /test | |
| parent | 944f6d5425c0e8dbb85e82f810b313434ae703a2 (diff) | |
Changes to any_log
Diffstat (limited to 'test')
| -rw-r--r-- | test/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
