From 12a04eb5d6fca0e667a728fdea4a676d41fa1d85 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 1 Apr 2011 18:05:20 +0000 Subject: Coreboot table handling: make debug message msg_pdbg Corresponding to flashrom svn r1284. Signed-off-by: Stefan Reinauer Acked-by: Carl-Daniel Hailfinger --- cbtable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.1