diff --git a/cbtable.c b/cbtable.c index f30a3ae9e..ea8964a2d 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; }