Put some overly verbose prints under bootverbose. This is on the vendor

branch but we need to work out a different interface with the vendor.
This commit is contained in:
Nate Lawson 2007-04-11 02:03:36 +00:00
parent 6e6ecbd187
commit 1b96d500fb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/vendor-sys/acpica/dist/; revision=168609

View File

@ -1295,6 +1295,9 @@ AcpiUtInfo (
{
va_list args;
/* Temporarily hide too verbose printfs. */
if (!bootverbose)
return;
/*
* Removed ModuleName, LineNumber, and acpica version, not needed