mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
HLE: fix file not found errors in media functions
This commit is contained in:
parent
4c32c95b33
commit
f90b79791f
3 changed files with 4 additions and 6 deletions
|
@ -191,7 +191,7 @@ EmuCallbacks main_application::CreateCallbacks()
|
|||
}
|
||||
else
|
||||
{
|
||||
sys_log.warning("get_image_info failed to read '%s'. Error='%s'", filename, reader.errorString().toStdString());
|
||||
sys_log.error("get_image_info failed to read '%s'. Error='%s'", filename, reader.errorString().toStdString());
|
||||
}
|
||||
});
|
||||
return success;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue