Author: stepan Date: Fri Apr 1 20:05:20 2011 New Revision: 1284 URL: http://flashrom.org/trac/flashrom/changeset/1284
Log: coreboot table handling: make debug message msg_pdbg.
Signed-off-by: Stefan Reinauerstefan.reinauer@coreboot.org Acked-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
Modified: trunk/cbtable.c
Modified: trunk/cbtable.c ============================================================================== --- trunk/cbtable.c Tue Mar 29 23:41:41 2011 (r1283) +++ trunk/cbtable.c Fri Apr 1 20:05:20 2011 (r1284) @@ -237,7 +237,7 @@ }
if (!lb_table) { - msg_pinfo("No coreboot table found.\n"); + msg_pdbg("No coreboot table found.\n"); return -1; }