diff mbox

data: klog.json: make missing EINJ table message an INFO message

Message ID 20170504083407.17699-1-colin.king@canonical.com
State Accepted
Headers show

Commit Message

Colin Ian King May 4, 2017, 8:34 a.m. UTC
From: Colin Ian King <colin.king@canonical.com>

This table is not mandatory so make the missing EINJ message an
INFO only message.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 data/klog.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ivan Hu May 10, 2017, 8:16 a.m. UTC | #1
On 05/04/2017 04:34 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> This table is not mandatory so make the missing EINJ message an
> INFO only message.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  data/klog.json | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/data/klog.json b/data/klog.json
> index d329985b..47ff149b 100644
> --- a/data/klog.json
> +++ b/data/klog.json
> @@ -395,7 +395,7 @@
>    },
>    {
>     "compare_mode": "string",
> -   "log_level": "LOG_LEVEL_MEDIUM",
> +   "log_level": "LOG_LEVEL_INFO",
>     "pattern": "EINJ table not found",
>     "advice": "The ACPI Error Injection (EINJ) driver could not find an ACPI EINJ table, EINJ functionality is disabled.",
>     "label": "KlogAcpiEinjNotFound",
>


Acked-by: Ivan Hu <ivan.hu@canonical.com>
Alex Hung May 11, 2017, 1:24 a.m. UTC | #2
On 2017-05-10 01:16 AM, ivanhu wrote:
>
>
> On 05/04/2017 04:34 PM, Colin King wrote:
>> From: Colin Ian King <colin.king@canonical.com>
>>
>> This table is not mandatory so make the missing EINJ message an
>> INFO only message.
>>
>> Signed-off-by: Colin Ian King <colin.king@canonical.com>
>> ---
>>  data/klog.json | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/data/klog.json b/data/klog.json
>> index d329985b..47ff149b 100644
>> --- a/data/klog.json
>> +++ b/data/klog.json
>> @@ -395,7 +395,7 @@
>>    },
>>    {
>>     "compare_mode": "string",
>> -   "log_level": "LOG_LEVEL_MEDIUM",
>> +   "log_level": "LOG_LEVEL_INFO",
>>     "pattern": "EINJ table not found",
>>     "advice": "The ACPI Error Injection (EINJ) driver could not find
>> an ACPI EINJ table, EINJ functionality is disabled.",
>>     "label": "KlogAcpiEinjNotFound",
>>
>
>
> Acked-by: Ivan Hu <ivan.hu@canonical.com>
>


Acked-by: Alex Hung <alex.hung@canonical.com>
diff mbox

Patch

diff --git a/data/klog.json b/data/klog.json
index d329985b..47ff149b 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -395,7 +395,7 @@ 
   },
   {
    "compare_mode": "string",
-   "log_level": "LOG_LEVEL_MEDIUM",
+   "log_level": "LOG_LEVEL_INFO",
    "pattern": "EINJ table not found",
    "advice": "The ACPI Error Injection (EINJ) driver could not find an ACPI EINJ table, EINJ functionality is disabled.",
    "label": "KlogAcpiEinjNotFound",