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 Pubnub_c_core by
Revision 3:5cd7590d8b9e, committed 2016-12-20
- Comitter:
- cswiger
- Date:
- Tue Dec 20 16:38:16 2016 +0000
- Parent:
- 1:929314a174af
- Commit message:
- Initial publish AT&T IoT Hackster.io contest CarPal2
Changed in this revision
pbntf_trans_outcome_common.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/pbntf_trans_outcome_common.h Fri Nov 11 22:44:58 2016 +0000 +++ b/pbntf_trans_outcome_common.h Tue Dec 20 16:38:16 2016 +0000 @@ -11,7 +11,7 @@ */ #define PBNTF_TRANS_OUTCOME_COMMON(pb) do { \ enum pubnub_res M_pbrslt_ = (pb)->core.last_result; \ - PUBNUB_LOG_INFO("Pubnub Transaction outcome: %d\n", M_pbrslt_); \ + PUBNUB_LOG_INFO("Pubnub Transaction outcome: %d\n\r", M_pbrslt_); \ switch (M_pbrslt_) { \ case PNR_FORMAT_ERROR: \ case PNR_TIMEOUT: \