Fixed debug statement

date	2004.03.26.22.34.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 18:36:52 +00:00
parent 2ad214652b
commit de8a5781c8

View File

@ -2,7 +2,7 @@
*
* Module Name: nsutils - Utilities for accessing ACPI namespace, accessing
* parents and siblings and Scope manipulation
* $Revision: 1.133 $
* $Revision: 1.134 $
*
*****************************************************************************/
@ -341,7 +341,7 @@ AcpiNsGetType (
if (!Node)
{
ACPI_REPORT_WARNING (("NsGetType: Null Node ptr"));
ACPI_REPORT_WARNING (("NsGetType: Null Node input pointer\n"));
return_VALUE (ACPI_TYPE_ANY);
}