diff options
author | Mike Smith <msmith@FreeBSD.org> | 2000-12-01 09:36:25 +0000 |
---|---|---|
committer | Mike Smith <msmith@FreeBSD.org> | 2000-12-01 09:36:25 +0000 |
commit | f2ed5750af4c77d9075ddf1c28ecfdea8c12c6ae (patch) | |
tree | 7c849b394b62ba086bc123f7a780a33169a79fe8 /sys/contrib/dev/acpica/nsobject.c | |
parent | 926328c40640129470e712faa4614b6a317c00a9 (diff) |
Notes
Diffstat (limited to 'sys/contrib/dev/acpica/nsobject.c')
-rw-r--r-- | sys/contrib/dev/acpica/nsobject.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/nsobject.c b/sys/contrib/dev/acpica/nsobject.c index 6dd5fe335b99c..e2f1d4f6bf652 100644 --- a/sys/contrib/dev/acpica/nsobject.c +++ b/sys/contrib/dev/acpica/nsobject.c @@ -2,7 +2,7 @@ * * Module Name: nsobject - Utilities for objects attached to namespace * table entries - * $Revision: 46 $ + * $Revision: 47 $ * ******************************************************************************/ @@ -513,7 +513,7 @@ AcpiNsGetAttachedObject ( { /* handle invalid */ - REPORT_WARNING (("NsGetAttachedObject: Null handle\n")); + DEBUG_PRINT (ACPI_WARN, ("NsGetAttachedObject: Null handle\n")); return_PTR (NULL); } |