imgread/common: On read error, print the sector that failed

This commit is contained in:
~skmp 2015-02-26 01:37:37 +02:00 committed by Stefanos Kornilios Mitsis Poiitidis
parent d3c3feb523
commit 39e1439b93
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ struct Disc
}
else
{
printf("Sector Read miss\n");
printf("Sector Read miss FAD: %d\n", FAD);
}
dst+=fmt;
FAD++;