From fdcf49f1bf768680e4c98f6616867e6a415e2ab2 Mon Sep 17 00:00:00 2001 From: stepan Date: Fri, 1 Apr 2011 18:05:20 +0000 Subject: coreboot table handling: make debug message msg_pdbg. Signed-off-by: Stefan Reinauer Acked-by: Carl-Daniel Hailfinger git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1284 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- cbtable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cbtable.c') 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.2.1