add some log messages for debugging

This commit is contained in:
Megamouse 2021-03-06 15:23:26 +01:00 committed by Ivan
parent f8097a428c
commit 7205a93751
2 changed files with 11 additions and 1 deletions

View file

@ -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();