Skip to content

Commit 095339a

Browse files
committed
Add log message for N2N feature disabled
1 parent 254756c commit 095339a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/MyTransport.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,8 @@ bool transportRouteMessage(MyMessage &message)
554554
}
555555
TRANSPORT_DEBUG(PSTR("!TSF:RTE:N2N FAIL\n"));
556556
}
557+
#else
558+
TRANSPORT_DEBUG(PSTR("TSF:RTE:N2N DIS\n"));
557559
#endif
558560
route = _transportConfig.parentNodeId; // not a repeater, all traffic routed via parent
559561
#endif

0 commit comments

Comments
 (0)