Unsafe location of log was moved to safety location.
Bugs: https://jira.iotivity.org/browse/IOT-1850
Change-Id: I5ba9537f10546e1eff6968ec2dcdd95ec04abf34
Signed-off-by: KIM JungYong <jyong2.kim@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/17493
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
Tested-by: Uze Choi <uzchoi@samsung.com>
while (discoveryPayload)
{
OCResourcePayload * resource = discoveryPayload->resources;
- NS_LOG_V(DEBUG, "Discovered resource uri : %s", resource->uri);
while (resource)
{
+ NS_LOG_V(DEBUG, "Discovered resource uri : %s", resource->uri);
NS_VERIFY_NOT_NULL(resource->uri, OC_STACK_KEEP_TRANSACTION);
if (strstr(resource->uri, NS_RESOURCE_URI))
{