Skip to content

Commit b09be9c

Browse files
committed
Add N2N disabled explanation to log parser
1 parent bb550bb commit b09be9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Logparser/logparser.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ var match = [
322322
{ re: "!TSF:RTE:FPAR ACTIVE", d: "Finding parent active, message not sent" },
323323
{ re: "!TSF:RTE:(\\d+) UNKNOWN", d: "Routing for destination <b>$1</b> unknown, sending message to parent" },
324324
{ re: "!TSF:RTE:N2N FAIL", d: "Direct node-to-node communication failed - handing over to parent" },
325+
{ re: "TSF:RTE:N2N DIS", d: "Direct node-to-node communication disabled by configuration" },
325326
{ re: "TSF:RRT:ROUTE N=(\\d+),R=(\\d+)", d: "Routing table, messages to node (<b>$1</b>) are routed via node (<b>$2</b>)"},
326327
{ re: "!TSF:SND:TNR", d: "Transport not ready, message cannot be sent" },
327328
{ re: "TSF:TDI:TSL", d: "Set transport to sleep" },

0 commit comments

Comments
 (0)