diff options
Diffstat (limited to 'tests/cyn/log.c')
-rw-r--r-- | tests/cyn/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cyn/log.c b/tests/cyn/log.c index 067d557..9a61bef 100644 --- a/tests/cyn/log.c +++ b/tests/cyn/log.c @@ -1,7 +1,7 @@ #include <cynic.h> int main(void) { - un_alloc_temp_init(UN_KB(4)); + un_init(UN_KB(4)); cyn_log_write(CYN_LOG_INFO, UN_STR("Hello %u %d %s!"), (u64)100, (s64)-400, UN_STR("World")); } |