Merge "recovery: Don't show "No /cache partition found" on screen."
This commit is contained in:
commit
021304503a
1 changed files with 0 additions and 1 deletions
|
@ -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{
|
||||
|
|
Loading…
Reference in a new issue