From 22972b9103116179e1acd6839244457878a34a5d Mon Sep 17 00:00:00 2001 From: njl Date: Wed, 11 Apr 2007 02:03:36 +0000 Subject: 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. --- sys/contrib/dev/acpica/utmisc.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/contrib') diff --git a/sys/contrib/dev/acpica/utmisc.c b/sys/contrib/dev/acpica/utmisc.c index 1c1a1315..c48ef28 100644 --- a/sys/contrib/dev/acpica/utmisc.c +++ b/sys/contrib/dev/acpica/utmisc.c @@ -1295,6 +1295,9 @@ AcpiUtInfo ( { va_list args; + /* Temporarily hide too verbose printfs. */ + if (!bootverbose) + return; /* * Removed ModuleName, LineNumber, and acpica version, not needed -- cgit v1.1