Minor: add debug message.

This commit is contained in:
Gerhard Hoffmann 2023-10-06 10:44:55 +02:00
parent 7ff866525e
commit 7083f3b4f8

View File

@ -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");