Minor: add debug message.
This commit is contained in:
parent
7ff866525e
commit
7083f3b4f8
@ -855,6 +855,8 @@ bool Worker::updateFiles(quint8 percent) {
|
|||||||
Update *update = m_mainWindow->getUpdate();
|
Update *update = m_mainWindow->getUpdate();
|
||||||
if (update) {
|
if (update) {
|
||||||
return update->doUpdate(m_displayIndex, filesToDownload);
|
return update->doUpdate(m_displayIndex, filesToDownload);
|
||||||
|
} else {
|
||||||
|
Utils::printCriticalErrorMsg("UPDATE NOT SET");
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
Utils::printCriticalErrorMsg("NO FILES_TO_DOWNLOAD_TO_PSA_HW");
|
Utils::printCriticalErrorMsg("NO FILES_TO_DOWNLOAD_TO_PSA_HW");
|
||||||
|
Loading…
Reference in New Issue
Block a user