diff options
Diffstat (limited to 'source/components/parser/psobject.c')
-rw-r--r-- | source/components/parser/psobject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/parser/psobject.c b/source/components/parser/psobject.c index 8d6f81bd68b3..ca7ab0aec520 100644 --- a/source/components/parser/psobject.c +++ b/source/components/parser/psobject.c @@ -773,7 +773,7 @@ AcpiPsCompleteOp ( * because there could be correct AML beyond the parts that caused * the runtime error. */ - ACPI_ERROR ((AE_INFO, "Ignore error and continue table load")); + ACPI_INFO (("Ignoring error and continuing table load")); return_ACPI_STATUS (AE_OK); } return_ACPI_STATUS (Status); |