summaryrefslogtreecommitdiff
path: root/source/components/parser/psobject.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2018-11-01 02:09:52 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2018-11-01 02:09:52 +0000
commit4d4b15a0e8524e15826ac932bd05252dbd246422 (patch)
tree2733e92ee403325b88fed63fcb339890232290af /source/components/parser/psobject.c
parent98117aa0347721c1b33897e435818da3673040ca (diff)
Notes
Diffstat (limited to 'source/components/parser/psobject.c')
-rw-r--r--source/components/parser/psobject.c2
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);