Merge to Fedora kernel-2.6.17-1.2187_FC5 patched with stable patch-2.6.17.13-vs2...
[linux-2.6.git] / drivers / acpi / namespace / nsxfeval.c
index a95f636..d7791fb 100644 (file)
@@ -238,8 +238,9 @@ acpi_evaluate_object(acpi_handle handle,
                        ACPI_ERROR((AE_INFO,
                                    "Both Handle and Pathname are NULL"));
                } else {
-                       ACPI_ERROR((AE_INFO,
-                                   "Handle is NULL and Pathname is relative"));
+                       ACPI_DEBUG_PRINT((ACPI_DB_INFO,
+                                         "Null Handle with relative pathname [%s]",
+                                         pathname));
                }
 
                status = AE_BAD_PARAMETER;