mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
add some log messages for debugging
This commit is contained in:
parent
f8097a428c
commit
7205a93751
2 changed files with 11 additions and 1 deletions
|
@ -215,6 +215,8 @@ bool update_manager::handle_json(bool automatic, bool check_only, const QByteArr
|
|||
return false;
|
||||
}
|
||||
|
||||
update_log.notice("Update found: %s", m_request_url);
|
||||
|
||||
if (check_only)
|
||||
{
|
||||
m_downloader->close_progress_dialog();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue