summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/console/post.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console/post.c b/src/console/post.c
index 21ab00084a9a..1d99a2e9dd36 100644
--- a/src/console/post.c
+++ b/src/console/post.c
@@ -19,7 +19,7 @@ void post_code(uint8_t value)
arch_post_code(value);
if (CONFIG(CONSOLE_POST))
- printk(BIOS_EMERG, "POST: 0x%02x\n", value);
+ printk(BIOS_INFO, "POST: 0x%02x\n", value);
mainboard_post(value);
}