Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
e925403b
Commit
e925403b
authored
Jun 23, 2014
by
Daenyth
Browse files
Log cardname when downloading
parent
ea08fe16
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/carddatabase.cpp
View file @
e925403b
...
...
@@ -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
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment