Own fork of MbedSmartRest

Dependents:   MbedSmartRestMain MbedSmartRestMain

Fork of MbedSmartRest by Cumulocity Official

Revision:
10:97077cfa13fc
Parent:
9:158899760473
Child:
11:e1bee9a77652
--- a/MbedClient.h	Thu Oct 23 13:23:43 2014 +0200
+++ b/MbedClient.h	Thu Oct 23 14:41:58 2014 +0200
@@ -36,7 +36,7 @@
 #include "MbedDataSink.h"
 #include "HTTPResponseFilter.h"
 
-#define MBCL_DBG(...) do { fprintf(stderr, "MbedClient: "); fprintf(stderr, __VA_ARGS__); fprintf(stderr, "\r\n"); } while (0);
+#define MBCL_DBG(...) do { printf("\033[32mMbedClient:\033[39m "); printf(__VA_ARGS__); printf("\r\n"); } while (0);
 //#define MBCL_DBG(fmt, ...)
 
 class MbedClient : public AbstractClient {