Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of MQTTPacket by
Revision 21:62396c1620b6, committed 2015-08-03
- Comitter:
- icraggs
- Date:
- Mon Aug 03 12:38:58 2015 +0000
- Parent:
- 20:63c71eeb4183
- Parent:
- 19:99773f597e90
- Child:
- 22:a487a702b185
- Commit message:
- Merge updates
Changed in this revision
--- a/MQTTPacket.c Mon Aug 03 12:36:51 2015 +0000 +++ b/MQTTPacket.c Mon Aug 03 12:38:58 2015 +0000 @@ -418,7 +418,7 @@ int grantedQoSs[1]; if (MQTTDeserialize_suback(&packetid, maxcount, &count, grantedQoSs, buf, buflen) == 1) strindex = snprintf(strbuf, strbuflen, - "SUBACK packet id %d count %d topic %.*s granted qos %d", + "SUBACK packet id %d count %d granted qos %d", packetid, count, grantedQoSs[0]); } break;
