am cbdc7e84: am 17b032e1: Merge "Add missing \n after "Mounting /system." message."

* commit 'cbdc7e844a8dafbada50ca8bae9319b7bd7980f2':
  Add missing \n after "Mounting /system." message.
diff --git a/recovery.cpp b/recovery.cpp
index 75534e7..f7ae5e7 100644
--- a/recovery.cpp
+++ b/recovery.cpp
@@ -869,7 +869,7 @@
 
             case Device::MOUNT_SYSTEM:
                 if (ensure_path_mounted("/system") != -1) {
-                    ui->Print("Mounted /system.");
+                    ui->Print("Mounted /system.\n");
                 }
                 break;
         }