better debug output

This commit is contained in:
Kevin Hester
2021-05-03 10:53:06 +08:00
parent 1f2dc82035
commit c15204fed1
3 changed files with 7 additions and 4 deletions

View File

@@ -49,6 +49,9 @@ bool ReliableRouter::shouldFilterReceived(const MeshPacket *p)
stopRetransmission(key);
}
else {
DEBUG_MSG("Possible bug? didn't find pending packet");
}
}
return FloodingRouter::shouldFilterReceived(p);