|
@@ -769,7 +769,7 @@ bool scsiDiskOpenHDDImage(int target_idx, const char *filename, int scsi_id, int
|
|
|
}
|
|
}
|
|
|
else if (img.file.contiguousRange(§or_begin, §or_end))
|
|
else if (img.file.contiguousRange(§or_begin, §or_end))
|
|
|
{
|
|
{
|
|
|
- azlog("---- Image file is contiguous, SD card sectors ", (int)sector_begin, " to ", (int)sector_end);
|
|
|
|
|
|
|
+ azdbg("---- Image file is contiguous, SD card sectors ", (int)sector_begin, " to ", (int)sector_end);
|
|
|
}
|
|
}
|
|
|
else
|
|
else
|
|
|
{
|
|
{
|