Just add some msg for debugging 42/201842/1
authorhj kim <backto.kim@samsung.com>
Wed, 20 Mar 2019 05:23:45 +0000 (14:23 +0900)
committerhj kim <backto.kim@samsung.com>
Wed, 20 Mar 2019 05:23:45 +0000 (14:23 +0900)
Change-Id: I9065705006848a2f0f3b502329dea51f3c61b70c

gif/mm_util_gif.c

index d2c6c48..337d698 100755 (executable)
@@ -432,6 +432,8 @@ int _gif_encode_move_to_file(const char *dst)
                return MM_UTIL_ERROR_INVALID_OPERATION;
        }
 
+       mm_util_sec_debug("Save to file [%s]", dst);
+
        gboolean result = g_file_copy(source, destination, G_FILE_COPY_OVERWRITE, NULL, NULL, NULL, &error);
        if (!result) {
                mm_util_error("g_file_copy failed: %s", error ? error->message : "none");