summaryrefslogtreecommitdiffstats
path: root/recovery.cpp
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2013-07-09 21:29:45 +0200
committerDoug Zongker <dougz@android.com>2013-07-09 21:50:24 +0200
commitfafc85b4ad7a5679c6b562bed64460732e05fd1e (patch)
tree830eb6f87a91e587eac04fa306206d70260ff6c2 /recovery.cpp
parentam 0ccaccf7: am 044a0b4d: recovery: try to write EMMC partitions more reliably (diff)
downloadandroid_bootable_recovery-fafc85b4ad7a5679c6b562bed64460732e05fd1e.tar
android_bootable_recovery-fafc85b4ad7a5679c6b562bed64460732e05fd1e.tar.gz
android_bootable_recovery-fafc85b4ad7a5679c6b562bed64460732e05fd1e.tar.bz2
android_bootable_recovery-fafc85b4ad7a5679c6b562bed64460732e05fd1e.tar.lz
android_bootable_recovery-fafc85b4ad7a5679c6b562bed64460732e05fd1e.tar.xz
android_bootable_recovery-fafc85b4ad7a5679c6b562bed64460732e05fd1e.tar.zst
android_bootable_recovery-fafc85b4ad7a5679c6b562bed64460732e05fd1e.zip
Diffstat (limited to 'recovery.cpp')
-rw-r--r--recovery.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/recovery.cpp b/recovery.cpp
index b7fb616ce..d95339733 100644
--- a/recovery.cpp
+++ b/recovery.cpp
@@ -920,8 +920,7 @@ main(int argc, char **argv) {
sehandle = selabel_open(SELABEL_CTX_FILE, seopts, 1);
if (!sehandle) {
- fprintf(stderr, "Warning: No file_contexts\n");
- ui->Print("Warning: No file_contexts\n");
+ ui->Print("Warning: No file_contexts\n");
}
device->StartRecovery();