diff options
Diffstat (limited to 'dispatcher/dsobject.c')
| -rw-r--r-- | dispatcher/dsobject.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dispatcher/dsobject.c b/dispatcher/dsobject.c index 57e78c1b3394..cf444a1df2bc 100644 --- a/dispatcher/dsobject.c +++ b/dispatcher/dsobject.c @@ -574,7 +574,7 @@ AcpiDsBuildInternalPackageObj ( * * Note: technically, this is an error, from ACPI spec: "It is an error * for NumElements to be less than the number of elements in the - * PackageList". However, we just print an error message and + * PackageList". However, we just print a message and * no exception is returned. This provides Windows compatibility. Some * BIOSs will alter the NumElements on the fly, creating this type * of ill-formed package object. @@ -598,8 +598,8 @@ AcpiDsBuildInternalPackageObj ( Arg = Arg->Common.Next; } - ACPI_ERROR ((AE_INFO, - "Package List length (0x%X) larger than NumElements count (0x%X), truncated\n", + ACPI_INFO ((AE_INFO, + "Actual Package length (0x%X) is larger than NumElements field (0x%X), truncated\n", i, ElementCount)); } else if (i < ElementCount) |
