logging cleanup

This commit is contained in:
liquidraver
2026-03-29 09:51:53 +02:00
parent 33fa19a7f5
commit 0e5e71563c
20 changed files with 124 additions and 196 deletions
+1 -1
View File
@@ -630,7 +630,7 @@ Packet *Mesh::createDatagram(uint8_t type, const Identity &dest, const uint8_t *
Packet *packet = obtainNewPacket();
if (packet == nullptr) {
LOG_WRN("createDatagram: packet alloc failed");
LOG_ERR("createDatagram: packet alloc failed");
return nullptr;
}