mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 12:05:23 +00:00
overlays: decrease log level
This commit is contained in:
parent
9e9385a877
commit
7aad4f4253
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)
|
||||
{
|
||||
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;
|
||||
|
|
Loading…
Add table
Reference in a new issue