diff --git a/tasks/task_file_transfer.c b/tasks/task_file_transfer.c index 2666b48e37..df5717850b 100644 --- a/tasks/task_file_transfer.c +++ b/tasks/task_file_transfer.c @@ -14,7 +14,7 @@ */ #include - +#include #include #include #include @@ -325,7 +325,7 @@ bool rarch_task_push_image_load(const char *fullpath, const char *type, rarch_ta if (!handle) { - RARCH_ERR("Could not create new file loading handle.\n"); + RARCH_ERR("[image load] Failed to open '%s': %s.\n", fullpath, strerror(errno)); return false; }