CDVD: Fix Error Message in InputIsoFile.cpp

This commit is contained in:
seta-san 2023-04-20 14:48:18 -05:00 committed by refractionpcsx2
parent cb91478590
commit f9c2d7767d
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ bool InputIsoFile::Open(std::string srcfile, bool testOnly)
if (!detected)
{
Console.Error(fmt::format("Unable to identify the ISO image type for '{}'", srcfile));
Console.Error(fmt::format("Unable to identify the ISO image type for '{}'", m_filename));
Close();
return false;
}