aboutsummaryrefslogtreecommitdiff
path: root/test/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/log.c')
-rw-r--r--test/log.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/log.c b/test/log.c
index c01ed1c..c376ae2 100644
--- a/test/log.c
+++ b/test/log.c
@@ -140,7 +140,8 @@ int main()
log_info("Hello");
log_warn("Hello");
log_error("Hello");
- log_panic("Hello");
+
+ log_panic("Adios");
return 0;
}