Change-Id: I9b84d6c58cc896069864f30665775af2258f1199
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
std::string data;
rep.getValue("data", data);
+
+ LOG(INFO) << "From: " << rep.getUri() << " of " << rep.getHost();
+ LOG(INFO) << "Get RESULT data: " << data;
});
}
OCStackResult result = OC::OCPlatform::sendResponse(response);
if (result != OC_STACK_OK)
LOG(ERROR) << "OCPlatform::sendResponse() error: " << result;
+ else
+ LOG(INFO) << "Sending response done";
return OC_EH_OK;
}