1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-01 06:01:16 +02:00

Coreboot table handling: make debug message msg_pdbg

Corresponding to flashrom svn r1284.

Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
Stefan Reinauer
2011-04-01 18:05:20 +00:00
parent bf282b1dde
commit 12a04eb5d6

View File

@ -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;
}