From e46066f2694ff98b439ea370826dc14698998aa2 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Mon, 13 Apr 2015 13:29:38 -0700 Subject: Add missing \n after "Mounting /system." message. Change-Id: I280a478526f033f5c0041d7e8a818fce6177d732 --- recovery.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recovery.cpp') diff --git a/recovery.cpp b/recovery.cpp index 75534e7..f7ae5e7 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; } -- cgit v1.1