Fix typo when coap error message is received (#1808)

This commit is contained in:
biboc
2017-05-24 08:34:31 -07:00
committed by Jonathan Hui
parent bcb613b730
commit a6a5b62d34
+1 -1
View File
@@ -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
{