summaryrefslogtreecommitdiff
path: root/src/doc-local-data.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc-local-data.c')
-rw-r--r--src/doc-local-data.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc-local-data.c b/src/doc-local-data.c
index bce2869..dcf618b 100644
--- a/src/doc-local-data.c
+++ b/src/doc-local-data.c
@@ -285,7 +285,7 @@ int doc_local_data_get_all_media_count(doc_filter_s * condtion,
doc_data_util_destroy_filter(filter);
if (ret != MEDIA_CONTENT_ERROR_NONE) {
- doc_dbgE("Get media count failed[d]!", ret);
+ doc_dbgE("Get media count failed[%d]!", ret);
return -1;
}
@@ -321,7 +321,7 @@ int doc_local_data_get_all_folders_media_list(doc_filter_s * condition,
doc_data_util_destroy_filter(filter);
if (ret != MEDIA_CONTENT_ERROR_NONE) {
- doc_dbgE("Get all medias failed[d]!", ret);
+ doc_dbgE("Get all medias failed[%d]!", ret);
return -1;
}