mirror of
https://github.com/espressif/openthread.git
synced 2026-08-10 20:57:47 +00:00
Fix typo when coap error message is received (#1808)
This commit is contained in:
@@ -399,7 +399,7 @@ void Coap::HandleClientResponse(otCoapHeader *aHeader, otMessage *aMessage, otMe
|
||||
{
|
||||
if (aResult != OT_ERROR_NONE)
|
||||
{
|
||||
sServer->OutputFormat("Error receiving CoAP response message: %d", aResult);
|
||||
sServer->OutputFormat("Error receiving CoAP response message: %d\r\n", aResult);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user