summaryrefslogtreecommitdiff
path: root/cbtable.c
diff options
context:
space:
mode:
authorstepan <stepan@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2011-04-01 18:05:20 +0000
committerstepan <stepan@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2011-04-01 18:05:20 +0000
commitfdcf49f1bf768680e4c98f6616867e6a415e2ab2 (patch)
tree1a52ca95a5ec2f09d0ccfe838dbb075bf5719e0e /cbtable.c
parentbb80ceb6fadc9c8063b745506f17d47f4b0ecb50 (diff)
downloadflashrom-fdcf49f1bf768680e4c98f6616867e6a415e2ab2.tar.gz
coreboot table handling: make debug message msg_pdbg.
Signed-off-by: Stefan Reinauer<stefan.reinauer@coreboot.org> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1284 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'cbtable.c')
-rw-r--r--cbtable.c2
1 files changed, 1 insertions, 1 deletions
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;
}