summaryrefslogtreecommitdiff
path: root/src/media-thumb-internal.c
diff options
context:
space:
mode:
authorHaejeong Kim <backto.kim@samsung.com>2017-05-18 15:00:10 +0900
committerHaejeong Kim <backto.kim@samsung.com>2017-05-18 15:00:10 +0900
commita7da43c015a4a553c0e1ddd5c569ee09b96bcb01 (patch)
tree2d3efb236f120a6292ceef5f124fd1f61795ec28 /src/media-thumb-internal.c
parent89ff1f92c8435282d5dafafccd0eedd9d2f06da4 (diff)
downloadlibmedia-thumbnail-a7da43c015a4a553c0e1ddd5c569ee09b96bcb01.tar.gz
libmedia-thumbnail-a7da43c015a4a553c0e1ddd5c569ee09b96bcb01.tar.bz2
libmedia-thumbnail-a7da43c015a4a553c0e1ddd5c569ee09b96bcb01.zip
Add thumb_err_slog() and apply it
Change-Id: I092b4dc7a2a36712119bfe491bbe831c0ee5708e
Diffstat (limited to 'src/media-thumb-internal.c')
-rwxr-xr-xsrc/media-thumb-internal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/media-thumb-internal.c b/src/media-thumb-internal.c
index 2d0ac3d..99e0cc1 100755
--- a/src/media-thumb-internal.c
+++ b/src/media-thumb-internal.c
@@ -1623,7 +1623,7 @@ int _media_thumb_get_hash_name(const char *file_full_path,
ret = ms_user_get_storage_type(uid, file_full_path, &store_type);
if((ret != MS_MEDIA_ERR_NONE) || ((store_type != MS_USER_STORAGE_INTERNAL) && (store_type != MS_USER_STORAGE_EXTERNAL))) {
- thumb_err("origin path(%s) is invalid. err : [%d] store_type [%d]", file_full_path, ret, store_type);
+ thumb_err_slog("origin path(%s) is invalid. err : [%d] store_type [%d]", file_full_path, ret, store_type);
return MS_MEDIA_ERR_INVALID_PARAMETER;
}