mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-09 11:12:40 +02:00
Dumps all urls extracted to stdout.
This commit is contained in:
parent
c002888808
commit
086b064527
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ CacheExtractApp::CacheExtractApp(int& argc, char** argv) :
|
||||||
if (out.open(QIODevice::WriteOnly)) {
|
if (out.open(QIODevice::WriteOnly)) {
|
||||||
out.write(contents);
|
out.write(contents);
|
||||||
out.close();
|
out.close();
|
||||||
|
qDebug().noquote() << metaData.url.toDisplayString();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
qCritical() << "Error extracting = " << fileList.at(i);
|
qCritical() << "Error extracting = " << fileList.at(i);
|
||||||
|
|
Loading…
Reference in a new issue