summaryrefslogtreecommitdiffstats
path: root/sys/contrib
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2007-04-11 02:03:36 +0000
committernjl <njl@FreeBSD.org>2007-04-11 02:03:36 +0000
commitd95e3aff8cc03f2fe24780eaada0aa1753325b1c (patch)
tree9dbddf849ec8f541519fd6014b366e343b29fad9 /sys/contrib
parent8a4ba838b29d91b8163878b538490e08e87765cc (diff)
parent22972b9103116179e1acd6839244457878a34a5d (diff)
downloadFreeBSD-src-d95e3aff8cc03f2fe24780eaada0aa1753325b1c.zip
FreeBSD-src-d95e3aff8cc03f2fe24780eaada0aa1753325b1c.tar.gz
This commit was generated by cvs2svn to compensate for changes in r168609,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'sys/contrib')
-rw-r--r--sys/contrib/dev/acpica/utmisc.c3
1 files changed, 3 insertions, 0 deletions
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
OpenPOWER on IntegriCloud