Fix the last formatting warning I was able to find.

This commit is contained in:
C.W. Betts 2021-02-04 18:20:58 -07:00
parent 662d6e9711
commit 4591e75f5b

View file

@ -81,7 +81,7 @@ bool CDImageMemory::CopyImage(CDImage* image, ProgressCallback* progress)
{
if (!image->ReadSectorFromIndex(memory_ptr, index, lba))
{
Log_ErrorPrintf("Failed to read LBA %u in index %u", lba, index);
Log_ErrorPrintf("Failed to read LBA %u in index %u", lba, i);
return false;
}