mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
add log message for downloader
This commit is contained in:
parent
3ab9e04db7
commit
9ecd1e37fa
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ downloader::~downloader()
|
|||
|
||||
void downloader::start(const std::string& url, bool follow_location, bool show_progress_dialog, const QString& progress_dialog_title, bool keep_progress_dialog_open, int expected_size)
|
||||
{
|
||||
network_log.notice("Starting download from URL: %s", url);
|
||||
|
||||
if (m_thread)
|
||||
{
|
||||
if (m_thread->isRunning())
|
||||
|
|
Loading…
Add table
Reference in a new issue