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:
parent
6e6ecbd187
commit
1b96d500fb
@ -1295,6 +1295,9 @@ AcpiUtInfo (
|
||||
{
|
||||
va_list args;
|
||||
|
||||
/* Temporarily hide too verbose printfs. */
|
||||
if (!bootverbose)
|
||||
return;
|
||||
|
||||
/*
|
||||
* Removed ModuleName, LineNumber, and acpica version, not needed
|
||||
|
Loading…
x
Reference in New Issue
Block a user