Commit 0c651aa2 authored by Juergen Kosel's avatar Juergen Kosel

Add log output for failed message queueing in test due to disconnect

Signed-off-by: 's avatarJuergen Kosel <juergen.kosel@softing.com>
parent c48d9207
......@@ -247,6 +247,10 @@ int test373SendPublishMessage(MQTTAsync handle,int id)
pendingMessageCnt++;
if (pendingMessageCnt > pendingMessageCntMax) pendingMessageCntMax = pendingMessageCnt;
}
else
{
MyLog(LOGA_INFO, "Failed to queue message for send with retvalue %d",rc);
}
return rc;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment