Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/external/intel-public/acpica/dist/tables Hide the messag...
details: https://anonhg.NetBSD.org/src/rev/810e792206b0
branches: trunk
changeset: 746913:810e792206b0
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sun Aug 23 14:54:52 2009 +0000
description:
Hide the message about an RSDP not being found unless we are debugging.
diffstat:
sys/external/intel-public/acpica/dist/tables/tbxfroot.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 82b0c8e31945 -r 810e792206b0 sys/external/intel-public/acpica/dist/tables/tbxfroot.c
--- a/sys/external/intel-public/acpica/dist/tables/tbxfroot.c Sun Aug 23 14:38:43 2009 +0000
+++ b/sys/external/intel-public/acpica/dist/tables/tbxfroot.c Sun Aug 23 14:54:52 2009 +0000
@@ -306,7 +306,7 @@
/* A valid RSDP was not found */
- ACPI_ERROR ((AE_INFO, "A valid RSDP was not found"));
+ ACPI_DEBUG_PRINT ((ACPI_DB_INFO, "A valid RSDP was not found"));
return_ACPI_STATUS (AE_NOT_FOUND);
}
Home |
Main Index |
Thread Index |
Old Index