Commit e925403b authored by Daenyth's avatar Daenyth
Browse files

Log cardname when downloading

parent ea08fe16
......@@ -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);
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment