summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-04-13 22:40:52 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-04-13 22:40:52 +0200
commit17b032e159779886f0151641a9aad5003debdce2 (patch)
treeeb7f234c2ee3bb70aae5a05a3cbffcb6cee7b743
parentMerge "Remove unnecessary globals." (diff)
parentAdd missing \n after "Mounting /system." message. (diff)
downloadandroid_bootable_recovery-17b032e159779886f0151641a9aad5003debdce2.tar
android_bootable_recovery-17b032e159779886f0151641a9aad5003debdce2.tar.gz
android_bootable_recovery-17b032e159779886f0151641a9aad5003debdce2.tar.bz2
android_bootable_recovery-17b032e159779886f0151641a9aad5003debdce2.tar.lz
android_bootable_recovery-17b032e159779886f0151641a9aad5003debdce2.tar.xz
android_bootable_recovery-17b032e159779886f0151641a9aad5003debdce2.tar.zst
android_bootable_recovery-17b032e159779886f0151641a9aad5003debdce2.zip
-rw-r--r--recovery.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/recovery.cpp b/recovery.cpp
index 75534e74f..f7ae5e71b 100644
--- a/recovery.cpp
+++ b/recovery.cpp
@@ -869,7 +869,7 @@ prompt_and_wait(Device* device, int status) {
case Device::MOUNT_SYSTEM:
if (ensure_path_mounted("/system") != -1) {
- ui->Print("Mounted /system.");
+ ui->Print("Mounted /system.\n");
}
break;
}