From 4b6c597a81d91a134e44fdcc87865b1db4b521cb Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sat, 20 Dec 2014 23:39:45 +0100 Subject: [PATCH] CFlashUpdate: add log output for not found package file Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/b987c9595aaa873207d1ddab78cb0c7c0259777b Author: Thilo Graf Date: 2014-12-20 (Sat, 20 Dec 2014) --- src/gui/update.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/update.cpp b/src/gui/update.cpp index 11dd16758..a3f5e91b8 100644 --- a/src/gui/update.cpp +++ b/src/gui/update.cpp @@ -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; }