Fix build error 06/199206/1
authorhj kim <backto.kim@samsung.com>
Thu, 7 Feb 2019 07:45:04 +0000 (16:45 +0900)
committerhj kim <backto.kim@samsung.com>
Thu, 7 Feb 2019 07:45:04 +0000 (16:45 +0900)
Change-Id: Ie87c54db81efb208777c6bca5681b355a4f8360b

src/media_util_private.c

index 557afe9..d4ffd58 100755 (executable)
@@ -117,7 +117,7 @@ int _media_util_get_file_time(const char *path)
        memset(&statbuf, 0, sizeof(struct stat));
        ret = stat(path, &statbuf);
        if (ret == -1) {
-               media_content_stderror("stat(%s) failed", path);
+               media_content_stderror("stat failed");
                return ret;
        }