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

This commit is contained in:
Elliott Hughes 2015-04-13 20:40:52 +00:00 committed by Gerrit Code Review
commit 17b032e159

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;
}