mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-26 18:09:04 +00:00
fixes #2327
This commit is contained in:
parent
f63505038f
commit
8e197fc35b
@ -281,7 +281,7 @@ void printPacket(const char *prefix, const meshtastic_MeshPacket *p)
|
|||||||
if (p->priority != 0)
|
if (p->priority != 0)
|
||||||
out += DEBUG_PORT.mt_sprintf(" priority=%d", p->priority);
|
out += DEBUG_PORT.mt_sprintf(" priority=%d", p->priority);
|
||||||
|
|
||||||
out + ")\n";
|
out += ")\n";
|
||||||
LOG_DEBUG("%s", out.c_str());
|
LOG_DEBUG("%s", out.c_str());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user