mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-29 00:33:01 +00:00
add log message for downloader
This commit is contained in:
parent
3ab9e04db7
commit
9ecd1e37fa
@ -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…
x
Reference in New Issue
Block a user