mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-04 22:23:47 -04:00
debug message fix
This commit is contained in:
@@ -597,7 +597,7 @@ class MeshService : Service(), Logging {
|
||||
if (dataPacket != null) {
|
||||
|
||||
if (myInfo.myNodeNum == packet.from)
|
||||
debug("Ignoring retransmission of our packet ${bytes.size}")
|
||||
debug("Ignoring packet sent from our node")
|
||||
else {
|
||||
debug("Received data from $fromId, portnum=${data.portnumValue} ${bytes.size} bytes")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user