Add missing \n after "Mounting /system." message.

Change-Id: I280a478526f033f5c0041d7e8a818fce6177d732
This commit is contained in:
Elliott Hughes
2015-04-13 13:29:38 -07:00
parent eab12de70e
commit e46066f269
+1 -1
View File
@@ -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;
}