From: Minje Ahn Date: Thu, 19 Jul 2018 01:23:54 +0000 (+0900) Subject: Fix log msg X-Git-Tag: submit/tizen/20180727.055504^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=727757690704853e8404e4f0fb5918e3f17627dc;p=platform%2Fcore%2Fapi%2Fthumbnail-util.git Fix log msg Change-Id: I256a0ae538ac0c416fdf81973d73fa2297906768 Signed-off-by: Minje Ahn --- diff --git a/src/thumbnail_util.c b/src/thumbnail_util.c index 4bd3ea1..16e3ef2 100755 --- a/src/thumbnail_util.c +++ b/src/thumbnail_util.c @@ -42,7 +42,7 @@ int __thumbnail_util_replace_path(const char *path, char *replace_path) ret = storage_get_root_directory(STORAGE_TYPE_INTERNAL, &old_path); if (ret != STORAGE_ERROR_NONE) { - thumbnail_util_error("storage_get_directory failed"); + thumbnail_util_error("storage_get_root_directory failed"); return THUMBNAIL_UTIL_ERROR_INVALID_OPERATION; }