summaryrefslogtreecommitdiffstats
path: root/src/drivers/elog/elog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/elog/elog.c')
-rw-r--r--src/drivers/elog/elog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/elog/elog.c b/src/drivers/elog/elog.c
index 37df182a8dc0..687e68b2f796 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();