mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 23:54:09 +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)) {
|
||||
out.write(contents);
|
||||
out.close();
|
||||
qDebug().noquote() << metaData.url.toDisplayString();
|
||||
}
|
||||
} else {
|
||||
qCritical() << "Error extracting = " << fileList.at(i);
|
||||
|
|
Loading…
Reference in a new issue