mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-02 14:50:05 +01:00
overlays: decrease log level
This commit is contained in:
parent
9e9385a877
commit
7aad4f4253
|
|
@ -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…
Reference in a new issue