From d5f11196ec43b85651f4116ebbe0dee788a67b46 Mon Sep 17 00:00:00 2001 From: hj kim Date: Wed, 20 Mar 2019 14:23:45 +0900 Subject: [PATCH] Just add some msg for debugging Change-Id: I9065705006848a2f0f3b502329dea51f3c61b70c --- gif/mm_util_gif.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gif/mm_util_gif.c b/gif/mm_util_gif.c index d2c6c48..337d698 100755 --- a/gif/mm_util_gif.c +++ b/gif/mm_util_gif.c @@ -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"); -- 2.34.1