mbed Connector Interface simplification API on top of mbed-client

Fork of mbedConnectorInterfaceV3 by Doug Anson

NOTE:

This repo has been replaced with https://github.com/ARMmbed/mbedConnectorInterface. No further updates will occur with this repo. Please use the github repo instead. Thanks!

Revision:
7:e94f0bd92545
Parent:
6:d4d1105a1777
Child:
8:f950fb1b78c0
diff -r d4d1105a1777 -r e94f0bd92545 source/Utils.cpp
--- a/source/Utils.cpp	Sun Feb 21 18:48:07 2016 +0000
+++ b/source/Utils.cpp	Sun Feb 21 19:05:14 2016 +0000
@@ -103,7 +103,7 @@
 	    ep->register_endpoint();
 	    
 	    // complete the registration
-	    logger.log("Completing Endpoint Registration");
+	    logger.log("Endpoint: completing endpoint registration...");
    		ep->complete_endpoint_registration(ep->getServer(),ep->getObjectList());
    		
    		// setup the shutdown button (if enabled for a given platform...)