1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 18:53:28 +01:00

overlays: decrease log level

This commit is contained in:
Megamouse 2024-01-08 21:09:59 +01:00
parent 9e9385a877
commit 7aad4f4253

View File

@ -268,7 +268,7 @@ namespace rsx
if (return_code >= 0 && m_media && m_media->type != media_list_dialog::media_type::directory)
{
result = *m_media;
rsx_log.error("Left media list dialog: return_code=%d, type=%d, path=%s", return_code, static_cast<s32>(result.type), result.info.path);
rsx_log.notice("Left media list dialog: return_code=%d, type=%d, path=%s", return_code, static_cast<s32>(result.type), result.info.path);
}
return return_code;