aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreehugger Robot2017-02-24 13:54:18 -0600
committerGerrit Code Review2017-02-24 13:54:19 -0600
commit021304503aec1f32321f6e91efc8c82b517909e0 (patch)
treea1bb8330d9afc0e5f332c7208fa9e389dc510077 /recovery.cpp
parent3ac0dd2a56385f20f9cfd1af4e5551ec69ca0ad3 (diff)
parentf7f1da3fb5f0fafa856510792ccce85143c25412 (diff)
downloadplatform-bootable-recovery-021304503aec1f32321f6e91efc8c82b517909e0.tar.gz
platform-bootable-recovery-021304503aec1f32321f6e91efc8c82b517909e0.tar.xz
platform-bootable-recovery-021304503aec1f32321f6e91efc8c82b517909e0.zip
Merge "recovery: Don't show "No /cache partition found" on screen."
Diffstat (limited to 'recovery.cpp')
-rw-r--r--recovery.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/recovery.cpp b/recovery.cpp
index 9dfe5d1b..8c214beb 100644
--- a/recovery.cpp
+++ b/recovery.cpp
@@ -961,7 +961,6 @@ static void choose_recovery_file(Device* device) {
961 } 961 }
962 } else { 962 } else {
963 // If cache partition is not found, view /tmp/recovery.log instead. 963 // If cache partition is not found, view /tmp/recovery.log instead.
964 ui->Print("No /cache partition found.\n");
965 if (access(TEMPORARY_LOG_FILE, R_OK) == -1) { 964 if (access(TEMPORARY_LOG_FILE, R_OK) == -1) {
966 return; 965 return;
967 } else{ 966 } else{