Log: Simplify macros
This commit is contained in:
@ -92,7 +92,7 @@ bool CDImageMemory::CopyImage(CDImage* image, ProgressCallback* progress)
|
||||
{
|
||||
if (!image->ReadSectorFromIndex(memory_ptr, index, lba))
|
||||
{
|
||||
Log_ErrorFmt("Failed to read LBA {} in index {}", lba, i);
|
||||
ERROR_LOG("Failed to read LBA {} in index {}", lba, i);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user