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 Reinauer<[email protected]> Acked-by: Carl-Daniel Hailfinger <[email protected]> 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; } _______________________________________________ flashrom mailing list [email protected] http://www.flashrom.org/mailman/listinfo/flashrom
