[UTC][service-adaptor][Non-ACR][Fixed svace issue]
authorYounho Park <younho.park@samsung.com>
Tue, 8 May 2018 05:40:35 +0000 (14:40 +0900)
committerYounho Park <younho.park@samsung.com>
Tue, 8 May 2018 05:40:57 +0000 (14:40 +0900)
Change-Id: I4e58cbafaeaed611285fb18cc5c0ce8342bdd52c

src/utc/service-adaptor/utc-service-adaptor-client-storage.c [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 88726ce..d2a45af
@@ -379,8 +379,11 @@ void utc_service_adaptor_client_storage_startup(void)
        log_debug("service_adaptor_create_plugin [%d]", ret);
 
        ret = service_plugin_add_property(g_service_plugin, SERVICE_PLUGIN_PROPERTY_APP_KEY, "sample_server_appID");
+       log_debug("service_plugin_add_property(SERVICE_PLUGIN_PROPERTY_APP_KEY) [%d]", ret);
        ret = service_plugin_add_property(g_service_plugin, SERVICE_PLUGIN_PROPERTY_APP_SECRET, "sample_server_PW");
+       log_debug("service_plugin_add_property(SERVICE_PLUGIN_PROPERTY_APP_SECRET) [%d]", ret);
        ret = service_plugin_add_property(g_service_plugin, SERVICE_PLUGIN_PROPERTY_USER_ID, "sample_userID");
+       log_debug("service_plugin_add_property(SERVICE_PLUGIN_PROPERTY_USER_ID) [%d]", ret);
 
        service_plugin_service_type_e service_type = SERVICE_PLUGIN_SERVICE_AUTH | SERVICE_PLUGIN_SERVICE_STORAGE;