diff options
Diffstat (limited to 'source/components/utilities/utobject.c')
-rw-r--r-- | source/components/utilities/utobject.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/components/utilities/utobject.c b/source/components/utilities/utobject.c index a94c882eddba..65aae85f6d53 100644 --- a/source/components/utilities/utobject.c +++ b/source/components/utilities/utobject.c @@ -651,6 +651,10 @@ AcpiUtGetSimpleObjectSize ( { /* A namespace node should never get here */ + ACPI_ERROR ((AE_INFO, + "Received a namespace node [%4.4s] " + "where an operand object is required", + ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, InternalObject)->Name.Ascii)); return_ACPI_STATUS (AE_AML_INTERNAL); } |