mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
CFlashUpdate: add log output for not found package file
This commit is contained in:
@@ -435,7 +435,7 @@ printf("[update] mode is %d\n", softupdate_mode);
|
|||||||
fclose(fd);
|
fclose(fd);
|
||||||
else {
|
else {
|
||||||
hide();
|
hide();
|
||||||
printf("flash-file not found: %s\n", filename.c_str());
|
printf("flash/package-file not found: %s\n", filename.c_str());
|
||||||
ShowHint(LOCALE_MESSAGEBOX_ERROR, g_Locale->getText(LOCALE_FLASHUPDATE_CANTOPENFILE)); // UTF-8
|
ShowHint(LOCALE_MESSAGEBOX_ERROR, g_Locale->getText(LOCALE_FLASHUPDATE_CANTOPENFILE)); // UTF-8
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user