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();
|
||||
if (update) {
|
||||
return update->doUpdate(m_displayIndex, filesToDownload);
|
||||
} else {
|
||||
Utils::printCriticalErrorMsg("UPDATE NOT SET");
|
||||
}
|
||||
} else {
|
||||
Utils::printCriticalErrorMsg("NO FILES_TO_DOWNLOAD_TO_PSA_HW");
|
||||
|
Loading…
Reference in New Issue
Block a user