From f7f1da3fb5f0fafa856510792ccce85143c25412 Mon Sep 17 00:00:00 2001 From: Tao Bao Date: Fri, 24 Feb 2017 10:07:45 -0800 Subject: recovery: Don't show "No /cache partition found" on screen. People have been confused by the message and thought that's an error. Test: Boot recovery on sailfish; choose 'View recovery logs'. Change-Id: I2c540f18d6493c1a129233d10ecbc96823dd3601 --- recovery.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/recovery.cpp b/recovery.cpp index 9dfe5d1bf..8c214beb2 100644 --- a/recovery.cpp +++ b/recovery.cpp @@ -961,7 +961,6 @@ static void choose_recovery_file(Device* device) { } } else { // If cache partition is not found, view /tmp/recovery.log instead. - ui->Print("No /cache partition found.\n"); if (access(TEMPORARY_LOG_FILE, R_OK) == -1) { return; } else{ -- cgit v1.2.3