diff --git a/commands/dmesg.c b/commands/dmesg.c index b2bb334..510bc16 100644 --- a/commands/dmesg.c +++ b/commands/dmesg.c @@ -68,7 +68,7 @@ *(buf + len) = '\n'; *(buf + len + 1) = 0; - pr_info(buf); + pr_info("%s", buf); free(buf);