From adf9fcec7bf3c93d1053785569e6d8655290bd13 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 10 Jan 2016 13:16:55 +0100 Subject: [PATCH] Add log --- tasks/task_decompress.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/task_decompress.c b/tasks/task_decompress.c index e1aecc9687..c48d0e7feb 100644 --- a/tasks/task_decompress.c +++ b/tasks/task_decompress.c @@ -222,6 +222,8 @@ bool rarch_task_push_decompress(const char *source_file, const char *target_dir, return false; } + RARCH_LOG("[decompress] File '%s.\n", source_file); + s = (decompress_state_t*)calloc(1, sizeof(*s)); s->source_file = strdup(source_file);