mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-20 22:05:06 +00:00
Log url of downloader
This commit is contained in:
parent
9dadd54ba7
commit
8cf683d81c
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue