CFlashUpdate: add log output for not found package file

Origin commit data
------------------
Commit: b987c9595a
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-12-20 (Sat, 20 Dec 2014)
This commit is contained in:
2014-12-20 23:39:45 +01:00
parent 19d094063a
commit 4b6c597a81

View File

@@ -435,7 +435,7 @@ printf("[update] mode is %d\n", softupdate_mode);
fclose(fd);
else {
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
return false;
}