mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
overlays/media_list_dialog: Fix path logging
This commit is contained in:
parent
07da8d5e36
commit
7cb4521082
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ namespace rsx
|
||||||
if (return_code >= 0 && m_media && m_media->type != media_list_dialog::media_type::directory)
|
if (return_code >= 0 && m_media && m_media->type != media_list_dialog::media_type::directory)
|
||||||
{
|
{
|
||||||
result = *m_media;
|
result = *m_media;
|
||||||
rsx_log.error("Left media list dialog: return_code=%d, type=%d, path=%d", return_code, static_cast<s32>(result.type), result.info.path);
|
rsx_log.error("Left media list dialog: return_code=%d, type=%d, path=%s", return_code, static_cast<s32>(result.type), result.info.path);
|
||||||
}
|
}
|
||||||
|
|
||||||
return return_code;
|
return return_code;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue