diff --git a/src/plugins/studiowelcome/examplecheckout.cpp b/src/plugins/studiowelcome/examplecheckout.cpp index a5f69514db9..cdb0e878c39 100644 --- a/src/plugins/studiowelcome/examplecheckout.cpp +++ b/src/plugins/studiowelcome/examplecheckout.cpp @@ -123,7 +123,7 @@ void FileDownloader::start() if (reply->error()) { if (m_tempFile.exists()) m_tempFile.remove(); - qDebug() << Q_FUNC_INFO << m_url << reply->errorString(); + qWarning() << Q_FUNC_INFO << m_url << reply->errorString(); emit downloadFailed(); } else { m_tempFile.flush();