diff options
Diffstat (limited to 'src/drivers/elog/elog.c')
-rw-r--r-- | src/drivers/elog/elog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/elog/elog.c b/src/drivers/elog/elog.c index 37df182a8d..687e68b2f7 100644 --- a/src/drivers/elog/elog.c +++ b/src/drivers/elog/elog.c @@ -168,7 +168,7 @@ static void elog_debug_dump_buffer(const char *msg) if (!CONFIG(ELOG_DEBUG)) return; - elog_debug(msg); + elog_debug("%s", msg); rdev = mirror_dev_get(); |