diff options
| author | Federico Angelilli <code@fedang.net> | 2025-04-13 13:11:34 +0200 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2025-04-13 15:04:03 +0200 |
| commit | dad7221c16bb20925076c1925027a89beeb5fff9 (patch) | |
| tree | ea5f873bad3292e53cbc05fa8aca66d2e49fa049 /test/log.c | |
| parent | 846a833042aaf55747908fdb481a11a57e904a6c (diff) | |
any_log v0.3
Diffstat (limited to 'test/log.c')
| -rw-r--r-- | test/log.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -140,7 +140,8 @@ int main() log_info("Hello"); log_warn("Hello"); log_error("Hello"); - log_panic("Hello"); + + log_panic("Adios"); return 0; } |
