[flashrom] [commit] r1284 - trunk

repository service svn at flashrom.org
Fri Apr 1 20:05:21 CEST 2011


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<stefan.reinauer at coreboot.org>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at 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;
 	}
 




More information about the flashrom mailing list