Logging tweaks

This commit is contained in:
Ben Meadors
2023-01-28 13:40:14 -06:00
parent d9af4f46fa
commit bdf3fe3f5c
2 changed files with 2 additions and 4 deletions

View File

@@ -453,7 +453,7 @@ void Router::handleReceived(meshtastic_MeshPacket *p, RxSource src)
else
printPacket("handleReceived(REMOTE)", p);
} else {
printPacket("packet decoding failed (no PSK?)", p);
printPacket("packet decoding failed or skipped (no PSK?)", p);
}
// call modules here