StudioWelcome: Add debug output

Add debug output if download fails.

Change-Id: Icb28aa2ed9f7d7e7fdb9a83fe875cc933af8fa49
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Thomas Hartmann
2021-07-29 16:29:59 +02:00
parent c999b6066f
commit 20641caa3a

View File

@@ -157,6 +157,7 @@ void FileDownloader::start()
m_url = reply->url(); m_url = reply->url();
start(); start();
} else { } else {
qDebug() << Q_FUNC_INFO << m_url << reply->errorString();
emit downloadFailed(); emit downloadFailed();
} }
} else { } else {