commit | e46066f2694ff98b439ea370826dc14698998aa2 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Apr 13 13:29:38 2015 -0700 |
committer | Elliott Hughes <enh@google.com> | Mon Apr 13 13:29:38 2015 -0700 |
tree | eb7f234c2ee3bb70aae5a05a3cbffcb6cee7b743 | |
parent | eab12de70efb649ab33f7971e948251895d613fe [diff] |
Add missing \n after "Mounting /system." message. Change-Id: I280a478526f033f5c0041d7e8a818fce6177d732
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; }