mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
Qt/logging: add format function for QString
This commit is contained in:
parent
6dcf63009e
commit
a90858193e
37 changed files with 122 additions and 128 deletions
|
@ -250,7 +250,7 @@ EmuCallbacks main_application::CreateCallbacks()
|
|||
}
|
||||
else
|
||||
{
|
||||
sys_log.error("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());
|
||||
}
|
||||
});
|
||||
return success;
|
||||
|
@ -320,7 +320,7 @@ EmuCallbacks main_application::CreateCallbacks()
|
|||
}
|
||||
else
|
||||
{
|
||||
sys_log.error("get_scaled_image failed to read '%s'. Error='%s'", path, reader.errorString().toStdString());
|
||||
sys_log.error("get_scaled_image failed to read '%s'. Error='%s'", path, reader.errorString());
|
||||
}
|
||||
});
|
||||
return success;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue