summaryrefslogtreecommitdiffstats
path: root/ui/common/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/common/timer.c')
-rw-r--r--ui/common/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/common/timer.c b/ui/common/timer.c
index b0cae0d..23c3e62 100644
--- a/ui/common/timer.c
+++ b/ui/common/timer.c
@@ -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;
}
OpenPOWER on IntegriCloud