]> git.ozlabs.org Git - petitboot/blobdiff - ui/common/timer.c
ui/ncurses: Reset console options on boot
[petitboot] / ui / common / timer.c
index b0cae0dfd0e8c93b4b00f049918d372d216dc67a..23c3e623df7006f318cd5f5322fc65cf3976f830 100644 (file)
@@ -35,7 +35,7 @@
 void ui_timer_init(struct waitset *waitset, struct ui_timer *timer,
                unsigned int seconds)
 {
-       pb_log("%s: %u\n", __func__, seconds);
+       pb_log_fn("%u\n", seconds);
        timer->timeout = seconds;
        timer->waitset = waitset;
 }