Minor: add debug message.
This commit is contained in:
@@ -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");
|
||||||
|
Reference in New Issue
Block a user