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:9cb790d5df10, committed 2017-02-21
- Comitter:
- cswiger
- Date:
- Tue Feb 21 22:23:28 2017 +0000
- Parent:
- 1:929314a174af
- Commit message:
- Publish final project code
Changed in this revision
pbntf_trans_outcome_common.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 929314a174af -r 9cb790d5df10 pbntf_trans_outcome_common.h --- a/pbntf_trans_outcome_common.h Fri Nov 11 22:44:58 2016 +0000 +++ b/pbntf_trans_outcome_common.h Tue Feb 21 22:23:28 2017 +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: \