Chuck Swiger / Pubnub_c_core2

Fork of Pubnub_c_core by Srdjan Veljkovic

Files at this revision

API Documentation at this revision

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:                                               \