mirror of
https://github.com/liquidraver/ZephCore.git
synced 2026-09-02 17:33:43 +00:00
logging cleanup
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user