mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-29 23:41:12 -06:00
Log url of downloader
This commit is contained in:
parent
7a4d7aa936
commit
36cd81fb5f
@ -103,7 +103,7 @@ void downloader::start(const std::string& url, bool follow_location, bool show_p
|
||||
{
|
||||
if (m_curl_abort)
|
||||
{
|
||||
network_log.notice("Download aborted");
|
||||
network_log.notice("Download aborted (url='%s')", url);
|
||||
return;
|
||||
}
|
||||
|
||||
@ -114,7 +114,7 @@ void downloader::start(const std::string& url, bool follow_location, bool show_p
|
||||
|
||||
if (m_curl_success)
|
||||
{
|
||||
network_log.notice("Download finished");
|
||||
network_log.notice("Download finished (url='%s')", url);
|
||||
|
||||
if (check_return_code && m_download_attempts < 3)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user