add value for err log 58/47858/1
authorGukhwan Cho <gh78.cho@samsung.com>
Wed, 9 Sep 2015 03:03:17 +0000 (12:03 +0900)
committerGukhwan Cho <gh78.cho@samsung.com>
Wed, 9 Sep 2015 11:02:31 +0000 (20:02 +0900)
Change-Id: I02b1020c0baa0abc7a587be16e5efa11b95b548e
Signed-off-by: Gukhwan Cho <gh78.cho@samsung.com>
client/ctsvc_client_setting.c

index fc9f480..cf1aabd 100644 (file)
@@ -295,7 +295,7 @@ API int contacts_setting_add_name_display_order_changed_cb(
        for (l = __setting_name_display_order_subscribe_list;l;l=l->next) {
                ctsvc_name_display_order_changed_cb_info_s *cb_info = l->data;
                if (cb_info->cb == cb && cb_info->user_data == user_data) {
-                       CTS_ERR("The same callback(%s) is already exist");
+                       CTS_ERR("The same callback(%x) is already exist", cb);
                        ctsvc_mutex_unlock(CTS_MUTEX_PIMS_IPC_PUBSUB);
                        return CONTACTS_ERROR_INVALID_PARAMETER;
                }
@@ -373,7 +373,7 @@ API int contacts_setting_add_name_sorting_order_changed_cb(
        for (l = __setting_name_sorting_order_subscribe_list;l;l=l->next) {
                ctsvc_name_sorting_order_changed_cb_info_s *cb_info = l->data;
                if (cb_info->cb == cb && cb_info->user_data == user_data) {
-                       CTS_ERR("The same callback(%s) is already exist");
+                       CTS_ERR("The same callback(%x) is already exist", cb);
                        ctsvc_mutex_unlock(CTS_MUTEX_PIMS_IPC_PUBSUB);
                        return CONTACTS_ERROR_INVALID_PARAMETER;
                }