_ge_data_util_destroy_filter(filter);
if (ret != MEDIA_CONTENT_ERROR_NONE) {
- ge_dbgE("Get media count failed[d]!", ret);
+ ge_dbgE("Get media count failed[%d]!", ret);
return -1;
}
_ge_data_util_destroy_filter(filter);
if (ret != MEDIA_CONTENT_ERROR_NONE) {
- ge_dbgE("Get media count failed[d]!", ret);
+ ge_dbgE("Get media count failed[%d]!", ret);
return -1;
}
_ge_data_util_destroy_filter(filter);
if (ret != MEDIA_CONTENT_ERROR_NONE) {
- ge_dbgE("Get all medias failed[d]!", ret);
+ ge_dbgE("Get all medias failed[%d]!", ret);
return -1;
}
if ((errno == ERANGE && (val == LONG_MAX || val == LONG_MIN))
|| (errno != 0 && val == 0)) {
- ge_dbgE("strtol, val = %d", val);
+ ge_dbgE("strtol, val = %ld", val);
return -1;
}
GE_FREEIF(gitem->item->thumb_url);
gitem->item->thumb_url = strdup(GE_ICON_CONTENTS_BROKEN);
elm_gengrid_item_update(gitem->elm_item);
- ge_dbg("File corrupted, change to broken thumbnail", path);
+ ge_dbg("File corrupted, change to broken thumbnail %s", path);
} else {
ge_dbgE("Invalid thumb path! Error number[%d]", error);
}