[PATCH] data/klog.json: Update a parse/execution failure advice line

Keng-Yu Lin kengyu at canonical.com
Thu Dec 6 07:30:24 UTC 2012


On Tue, Dec 4, 2012 at 7:03 PM, Colin King <colin.king at canonical.com> wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> The parse/execution failure advice should be a little less specific
> because we're not sure if it fails during a parse or execution.
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
>  data/klog.json | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/data/klog.json b/data/klog.json
> index c2cc858..bf6a2f5 100644
> --- a/data/klog.json
> +++ b/data/klog.json
> @@ -2738,7 +2738,7 @@
>     "log_level": "LOG_LEVEL_HIGH",
>     "tag": "FWTS_TAG_ACPI_PARSE_EXEC_FAIL",
>     "pattern": "Method parse/execution failed",
> -   "advice": "The ACPI driver encounter a parsing error on some ACPI AML code. This is unexepcted and normally indicates that there is a bug in the compiled AML code.  It could be a programming fault or an AML compiler issue.  See acpi_ps_parse_aml().",
> +   "advice": "The ACPI driver encounter a parse or execution error on some ACPI AML code. This is unexepcted and normally indicates that there is a bug in the compiled AML code.  It could be a programming fault or an AML compiler issue.  See acpi_ps_parse_aml().",
>     "label": "KlogAcpiParseExecAmlFailed"
>    },
>    {
> --
> 1.8.0
>
Acked-by: Keng-Yu Lin <kengyu at canonical.com>



More information about the fwts-devel mailing list