From 00b73c9e6809a7adde47eb560716152caa28179a Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 2 Apr 2019 22:10:16 +0200 Subject: [PATCH] update: a bit more console output after flashing Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/dcb9e3b3eaa4e3a5f531f23bd0176e9a786f633e Author: vanhofen Date: 2019-04-02 (Tue, 02 Apr 2019) Origin message was: ------------------ - update: a bit more console output after flashing --- src/gui/update.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/update.cpp b/src/gui/update.cpp index 671a2d713..ca176cb67 100644 --- a/src/gui/update.cpp +++ b/src/gui/update.cpp @@ -712,6 +712,8 @@ int CFlashUpdate::exec(CMenuTarget* parent, const std::string &actionKey) Neutrino is clearing framebuffer, so ofgwrite's gui is cleared too. */ + dprintf(DEBUG_NORMAL, "[update] %s done\n", ofgwrite_tgz); + if (restart == CMsgBox::mbrYes) CNeutrinoApp::getInstance()->exec(NULL, "reboot"); #endif