diff --git a/Logparser/logparser.js b/Logparser/logparser.js index 05ac8f1cc..8835476d8 100644 --- a/Logparser/logparser.js +++ b/Logparser/logparser.js @@ -322,6 +322,7 @@ var match = [ { re: "!TSF:RTE:FPAR ACTIVE", d: "Finding parent active, message not sent" }, { re: "!TSF:RTE:(\\d+) UNKNOWN", d: "Routing for destination $1 unknown, sending message to parent" }, { re: "!TSF:RTE:N2N FAIL", d: "Direct node-to-node communication failed - handing over to parent" }, + { re: "TSF:RTE:N2N DIS", d: "Direct node-to-node communication disabled by configuration" }, { re: "TSF:RRT:ROUTE N=(\\d+),R=(\\d+)", d: "Routing table, messages to node ($1) are routed via node ($2)"}, { re: "!TSF:SND:TNR", d: "Transport not ready, message cannot be sent" }, { re: "TSF:TDI:TSL", d: "Set transport to sleep" },