imgread/common: On read error, print the sector that failed
This commit is contained in:
parent
d3c3feb523
commit
39e1439b93
|
@ -200,7 +200,7 @@ struct Disc
|
|||
}
|
||||
else
|
||||
{
|
||||
printf("Sector Read miss\n");
|
||||
printf("Sector Read miss FAD: %d\n", FAD);
|
||||
}
|
||||
dst+=fmt;
|
||||
FAD++;
|
||||
|
|
Loading…
Reference in New Issue