ublox-cellular-base_mno

Revision:
1:5aaecf2572dc
Parent:
0:5cffef3371f6
Child:
2:73fcc33c9400
--- a/UbloxCellularBase.cpp	Mon Jun 12 21:28:56 2017 +0000
+++ b/UbloxCellularBase.cpp	Mon Jun 12 23:03:38 2017 +0100
@@ -21,10 +21,10 @@
 #include "mbed_trace.h"
 #define TRACE_GROUP "UCB"
 #else
-#define tr_debug(format, ...) debug(format, ## __VA_ARGS__)
-#define tr_info(format, ...)  debug(format, ## __VA_ARGS__)
-#define tr_warn(format, ...)  debug(format, ## __VA_ARGS__)
-#define tr_error(format, ...) debug(format, ## __VA_ARGS__)
+#define tr_debug(format, ...) debug(format "\n", ## __VA_ARGS__)
+#define tr_info(format, ...)  debug(format "\n", ## __VA_ARGS__)
+#define tr_warn(format, ...)  debug(format "\n", ## __VA_ARGS__)
+#define tr_error(format, ...) debug(format "\n", ## __VA_ARGS__)
 #endif
 
 /**********************************************************************