Fix log msg 61/184561/1 accepted/tizen/unified/20180730.142108 submit/tizen/20180727.055504
authorMinje Ahn <minje.ahn@samsung.com>
Thu, 19 Jul 2018 01:23:54 +0000 (10:23 +0900)
committerMinje Ahn <minje.ahn@samsung.com>
Thu, 19 Jul 2018 01:23:54 +0000 (10:23 +0900)
Change-Id: I256a0ae538ac0c416fdf81973d73fa2297906768
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
src/thumbnail_util.c

index 4bd3ea1..16e3ef2 100755 (executable)
@@ -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;
        }