diff --git a/pcsx2/CDVD/InputIsoFile.cpp b/pcsx2/CDVD/InputIsoFile.cpp index f6eadbdbd9..bf9ac065f2 100644 --- a/pcsx2/CDVD/InputIsoFile.cpp +++ b/pcsx2/CDVD/InputIsoFile.cpp @@ -62,7 +62,7 @@ void InputIsoFile::BeginRead2(uint lsn) { // While this usually indicates that the ISO is corrupted, some games do attempt // to read past the end of the disc, so don't error here. - DevCon.Warning("isoFile error: Block index is past the end of file! (%u >= %u).", lsn, m_blocks); + Console.WriteLn("isoFile error: Block index is past the end of file! (%u >= %u).", lsn, m_blocks); return; }