Add debug output (for testing, and commented out) in downloadJson().
This commit is contained in:
parent
0db39746db
commit
b45f3a04b4
12
update.cpp
12
update.cpp
@ -335,11 +335,13 @@ bool Update::downloadJson(enum FileTypeJson type,
|
||||
QString jsFileToSendToDC) const {
|
||||
|
||||
|
||||
Utils::printInfoMsg(
|
||||
QString("UPDATING JSON-FILE=%1, TEMPLATE-INDEX=%2, JSON-TYPE=%3")
|
||||
.arg(jsFileToSendToDC)
|
||||
.arg(templateIdx)
|
||||
.arg(jsonType(type)));
|
||||
// Utils::printInfoMsg(
|
||||
// QString("UPDATING JSON-FILE=%1, TEMPLATE-INDEX=%2, JSON-TYPE=%3")
|
||||
// .arg(jsFileToSendToDC)
|
||||
// .arg(templateIdx)
|
||||
// .arg(jsonType(type)));
|
||||
//
|
||||
// return true;
|
||||
|
||||
m_hw->dc_autoRequest(true); // downloading Json needs the AutoEmission flag
|
||||
qDebug() << "SET AUTO-REQUEST=TRUE";
|
||||
|
Loading…
Reference in New Issue
Block a user