Log cardname when downloading
This commit is contained in:
parent
ea08fe168c
commit
e925403bc5
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue