debug message fix

This commit is contained in:
Kevin Hester
2020-12-16 12:24:37 +08:00
parent 1a8d1c6725
commit 1cfe180402
2 changed files with 2 additions and 2 deletions

View File

@@ -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")