From 2949ae684e9c0043fb16555b23674b3f59f5523f Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Tue, 2 Apr 2019 22:10:16 +0200 Subject: [PATCH] - update: a bit more console output after flashing Signed-off-by: Thilo Graf --- src/gui/update.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/update.cpp b/src/gui/update.cpp index baaabd418..f5cfed422 100644 --- a/src/gui/update.cpp +++ b/src/gui/update.cpp @@ -727,6 +727,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