From ec1358b050d92c311d408de4597ecb7abe1cd36c Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 29 Jan 2023 15:42:40 -0600 Subject: [PATCH] Debug log for indicator --- src/mesh/FloodingRouter.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesh/FloodingRouter.cpp b/src/mesh/FloodingRouter.cpp index a37f854c2..859626215 100644 --- a/src/mesh/FloodingRouter.cpp +++ b/src/mesh/FloodingRouter.cpp @@ -61,6 +61,7 @@ void FloodingRouter::sniffReceived(const meshtastic_MeshPacket *p, const meshtas } if (config.device.rebroadcast_mode == meshtastic_Config_DeviceConfig_RebroadcastMode_LOCAL_ONLY) { + LOG_DEBUG("Cancelling rebroadcast from node of a foreign mesh, due to local only rebroadcast mode\n"); Router::cancelSending(p->to, p->decoded.request_id); } // handle the packet as normal