Log cardname when downloading

This commit is contained in:
Daenyth 2014-06-23 22:18:40 -04:00
parent ea08fe168c
commit e925403bc5

View file

@ -169,7 +169,7 @@ void PictureLoader::startNextPicDownload()
QUrl url(picUrl);
QNetworkRequest req(url);
qDebug() << "starting picture download:" << req.url();
qDebug() << "starting picture download:" << cardBeingDownloaded.getCard()->getName() << "Url:" << req.url();
networkManager->get(req);
}