mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
debug message fix
This commit is contained in:
parent
1a8d1c6725
commit
1cfe180402
2 changed files with 2 additions and 2 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 534f0e192bbbaaa6c32a981534b00451ed708ddc
|
||||
Subproject commit eeeab655618ea3e978caa1ed5fdfb9b68a503d38
|
||||
Loading…
Add table
Add a link
Reference in a new issue