From c8704d707e0c907ca723c9339679bdd5deedd789 Mon Sep 17 00:00:00 2001 From: RD WebDesign Date: Wed, 20 Mar 2024 16:57:12 -0300 Subject: [PATCH] Add missing priority `ERROR` to taillog `formatFTL()` function Signed-off-by: RD WebDesign --- scripts/pi-hole/js/taillog.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/pi-hole/js/taillog.js b/scripts/pi-hole/js/taillog.js index 44351989..2d8f1c79 100644 --- a/scripts/pi-hole/js/taillog.js +++ b/scripts/pi-hole/js/taillog.js @@ -53,6 +53,7 @@ function formatFTL(line, prio) { } case "ERR": + case "ERROR": case "EMERG": case "ALERT": case "CRIT": {