summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cbtable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cbtable.c b/cbtable.c
index f30a3ae..ea8964a 100644
--- a/cbtable.c
+++ b/cbtable.c
@@ -237,7 +237,7 @@ int coreboot_init(void)
}
if (!lb_table) {
- msg_pinfo("No coreboot table found.\n");
+ msg_pdbg("No coreboot table found.\n");
return -1;
}
OpenPOWER on IntegriCloud