sandbox / mbed-client

Fork of mbed-client by Christopher Haster

Revision:
4:ae5178938864
Parent:
1:79b6cc67d8b4
--- a/source/m2minterfacefactory.cpp	Fri Feb 19 17:44:50 2016 +0000
+++ b/source/m2minterfacefactory.cpp	Sat Apr 02 00:31:13 2016 +0300
@@ -21,7 +21,9 @@
 #include "mbed-client/m2mconstants.h"
 #include "mbed-client/m2mconfig.h"
 #include "include/m2minterfaceimpl.h"
-#include "ns_trace.h"
+#include "mbed-trace/mbed_trace.h"
+
+#define TRACE_GROUP "mClt"
 
 M2MInterface* M2MInterfaceFactory::create_interface(M2MInterfaceObserver &observer,
                                                     const String &endpoint_name,