This patch incorporated dlog internal API "__dlog_print()"
changes in volume-app application.
Change-Id: I70f4243584bf9977e4a8ecc9f9a44414ea84ca68
ret_if(!icon_setting);
if (EINA_TRUE != elm_image_file_set(icon_setting, volume_view_get_file_path(EDJ_APP), file)) {
- _E("Failed to set image file : %s, Group", EDJ_APP, file);
+ _E("Failed to set image file : %s, Group", file);
};
}
val = elm_slider_value_get(view_info.slider);
val += 0.5;
- _D("slider value : %d", val);
+ _D("slider value : %lf", val);
if (view_info.is_slider_touching)
return;