ret = cynara_creds_dbus_get_pid(conn, sender, &(creds->pid));
if (ret < 0) {
cynara_strerror(ret, error_msg, error_msg_size);
- ERR("cynara_creds_dbus_get_pid failed: %s\n");
+ ERR("cynara_creds_dbus_get_pid fail\n");
return BT_SHARE_FAIL;
}
ad->receive_noti_id = noti_id;
INFO("Insert %s type: %d ", (type == BT_SENT_NOTI ||
- type == BT_RECEIVED_NOTI) ? "Notification" : "Ongoing", noti);
+ type == BT_RECEIVED_NOTI) ? "Notification" : "Ongoing", type);
return noti;
}
{
retvm_if(!noti, BT_SHARE_FAIL, "noti is NULL");
- INFO("Update noti : %d", noti);
+ INFO("Update noti : %p", noti);
notification_error_e ret = NOTIFICATION_ERROR_NONE;
int success = 0;
int fail = 0;
retv_if(!noti, BT_SHARE_FAIL);
notification_error_e ret = NOTIFICATION_ERROR_NONE;
- INFO("Delete noti : %d", noti);
+ INFO("Delete noti : %p", noti);
/* In case daemon, give full path */
ret = notification_delete(noti);
is_tr_wait = false;
}
- DBG("name address = [%x]", name);
+ DBG("name address = [%s]", name);
_bt_convert_addr_type_to_string(bd_addr, node->addr);
DBG_SECURE("bd_addr = [%s]", bd_addr);
goto reject;
}
- INFO("File Length =%ld", server_auth_info->length);
+ INFO("File Length =%ld", (long int)server_auth_info->length);
if (val == BT_DEFAULT_MEM_MMC) {
ret = _bt_get_available_ext_memory(&available_ext_mem_size);
goto reject;
}
- INFO("available_int_mem_size =%lf", available_ext_mem_size);
+ INFO("available_int_mem_size =%llu", available_ext_mem_size);
if (available_int_mem_size < server_auth_info->length) {
g_timeout_add(BT_APP_POPUP_LAUNCH_TIMEOUT,
(GSourceFunc)_bt_app_popup_memoryfull,