commit | 51e97d754f84c37242f9a7442d7041cdc9f8f076 | [log] [tgz] |
---|---|---|
author | Sean Nelson <audiohacked@gmail.com> | Thu Jan 07 20:09:33 2010 +0000 |
committer | Sean Nelson <audiohacked@gmail.com> | Thu Jan 07 20:09:33 2010 +0000 |
tree | dc9a65386d79b74b9b6c79f5fbe9bb09b83effe0 | |
parent | 5609fa752ca1c36d00d915e94d481a9a457c85cf [diff] |
Converting fprintf(stderr), printf, and printf_debug into a common print interface for flashrom It also changes so -VV will spit out highly verbose messages for debugging. This is a minimal patch to lessen impact a later patch will convert current printf messages to the new interface. Corresponding to flashrom svn r835. Signed-off-by: Sean Nelson <audiohacked@gmail.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>