From ce27e986e95fde854b051207025940c8099ea6c8 Mon Sep 17 00:00:00 2001 From: retro-wertz Date: Mon, 11 Jun 2018 17:08:59 +0800 Subject: [PATCH] Better no log at all than showing a false log This false message has been like foreve. Nobody seems interested in updating "small and minor" things. so lets just remove this.... --- tasks/task_patch.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/tasks/task_patch.c b/tasks/task_patch.c index 51579453ec..469a83e240 100644 --- a/tasks/task_patch.c +++ b/tasks/task_patch.c @@ -528,9 +528,6 @@ static bool apply_patch_content(uint8_t **buf, if (err == PATCH_SUCCESS) { - RARCH_LOG("%s (%s).\n", - msg_hash_to_str(MSG_FATAL_ERROR_RECEIVED_IN), - patch_desc); free(ret_buf); *buf = patched_content; *size = target_size;