Merge "Add ability to show "installing security update"" into nyc-dev
diff --git a/recovery.cpp b/recovery.cpp
index 4b71881..9873f97 100644
--- a/recovery.cpp
+++ b/recovery.cpp
@@ -1448,6 +1448,10 @@
     int status = INSTALL_SUCCESS;
 
     if (update_package != NULL) {
+        // It's not entirely true that we will modify the flash. But we want
+        // to log the update attempt since update_package is non-NULL.
+        modified_flash = true;
+
         if (!is_battery_ok()) {
             ui->Print("battery capacity is not enough for installing package, needed is %d%%\n",
                       BATTERY_OK_PERCENTAGE);