Message ID | 20240816032006.21882-1-ivan.hu@canonical.com |
---|---|
State | Accepted |
Headers | show |
Series | klog: fix the pattern errors for einj trigger table entry | expand |
diff --git a/data/klog.json b/data/klog.json index 46e8d748..8c5eed1f 100644 --- a/data/klog.json +++ b/data/klog.json @@ -508,7 +508,7 @@ { "compare_mode": "regex", "log_level": "LOG_LEVEL_HIGH", - "pattern": "Can not request .* for Trigger table entry", + "pattern": "Can not request .* for Trigger Table Entry", "advice": "The ACPI Error Injection (EINJ) driver attempted to request a memory region for the APEI EINJ trigger table entry but the request failed, perhaps the mapping was incorrect.", "label": "KlogAcpiEinjFailedMemRegion", },
Signed-off-by: Ivan Hu <ivan.hu@canonical.com> --- data/klog.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)