From 39e1439b938691bae6a914246ebf9501228339a9 Mon Sep 17 00:00:00 2001 From: ~skmp Date: Thu, 26 Feb 2015 01:37:37 +0200 Subject: [PATCH] imgread/common: On read error, print the sector that failed --- core/imgread/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/imgread/common.h b/core/imgread/common.h index b6a6bf110..cccafde49 100644 --- a/core/imgread/common.h +++ b/core/imgread/common.h @@ -200,7 +200,7 @@ struct Disc } else { - printf("Sector Read miss\n"); + printf("Sector Read miss FAD: %d\n", FAD); } dst+=fmt; FAD++;