mbed Connector Interface simplification API on top of mbed-client
Fork of mbedConnectorInterfaceV3 by
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!
Diff: source/DynamicResource.cpp
- Revision:
- 21:0bbe9057e7b1
- Parent:
- 17:defb680f8fce
- Child:
- 24:c92984bede9c
--- a/source/DynamicResource.cpp Fri Jun 10 19:29:07 2016 +0000 +++ b/source/DynamicResource.cpp Fri Jun 10 19:35:59 2016 +0000 @@ -403,7 +403,7 @@ } } else { - //this->logger()->log("DynamicResource::isConnected = false (no endpoint)"); + this->logger()->log("DynamicResource::isConnected = false (no endpoint)"); } // return our endpoint connection state @@ -427,7 +427,7 @@ } } else { - //this->logger()->log("DynamicResource::isRegistered = false (no endpoint)"); + this->logger()->log("DynamicResource::isRegistered = false (no endpoint)"); } }