[PATCH] data: klog.json: move the most generic parse/execition failure message down

Colin King colin.king at canonical.com
Mon Dec 17 11:46:32 UTC 2012


From: Colin Ian King <colin.king at canonical.com>

The most generic parse/execution failure message should be handled last so
that the more specific matches get matched first. Move it down the list.

Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
 data/klog.json | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/data/klog.json b/data/klog.json
index 00c44e7..665774b 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -2739,14 +2739,6 @@
    "label": "KlogAcpiTimeout"
   },
   {
-   "compare_mode": "string",
-   "log_level": "LOG_LEVEL_HIGH",
-   "tag": "FWTS_TAG_ACPI_PARSE_EXEC_FAIL",
-   "pattern": "Method parse/execution failed",
-   "advice": "The ACPI driver encounted 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"
-  },
-  {
    "compare_mode": "regex",
    "log_level": "LOG_LEVEL_HIGH",
    "tag": "FWTS_TAG_ACPI_PARSE_EXEC_FAIL",
@@ -2835,6 +2827,14 @@
    "label": "KlogAcpiMutexNotAcquired"
   },
   {
+   "compare_mode": "string",
+   "log_level": "LOG_LEVEL_HIGH",
+   "tag": "FWTS_TAG_ACPI_PARSE_EXEC_FAIL",
+   "pattern": "Method parse/execution failed",
+   "advice": "The ACPI driver encounted 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"
+  },
+  {
    "compare_mode": "regex",
    "log_level": "LOG_LEVEL_HIGH",
    "tag": "FWTS_TAG_ACPI",
-- 
1.8.0




More information about the fwts-devel mailing list