commit | 12a04eb5d6fca0e667a728fdea4a676d41fa1d85 | [log] [tgz] |
---|---|---|
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | Fri Apr 01 18:05:20 2011 +0000 |
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | Fri Apr 01 18:05:20 2011 +0000 |
tree | 1a52ca95a5ec2f09d0ccfe838dbb075bf5719e0e | |
parent | bf282b1ddebc6987074ac35611771428cae98075 [diff] [blame] |
Coreboot table handling: make debug message msg_pdbg Corresponding to flashrom svn r1284. Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
diff --git a/cbtable.c b/cbtable.c index f30a3ae..ea8964a 100644 --- a/cbtable.c +++ b/cbtable.c
@@ -237,7 +237,7 @@ } if (!lb_table) { - msg_pinfo("No coreboot table found.\n"); + msg_pdbg("No coreboot table found.\n"); return -1; }