aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChirayu Desai <cdesai@cyanogenmod.org>2013-07-18 21:54:22 +0530
committerChirayu Desai <cdesai@cyanogenmod.org>2013-07-18 21:54:22 +0530
commit64615ee6b4a9bb6cead931ced002bc604a696022 (patch)
treed54457227767e71d44058239fd320f7e219b308d
parentcfb115f449a1905ffc8bd2a2bdfa2a322ee56f80 (diff)
downloadbootable_recovery-64615ee6b4a9bb6cead931ced002bc604a696022.zip
bootable_recovery-64615ee6b4a9bb6cead931ced002bc604a696022.tar.gz
bootable_recovery-64615ee6b4a9bb6cead931ced002bc604a696022.tar.bz2
SELinux: don't suppress the "no file_contexts" message on the UI
Change-Id: I1456e7e2d2a1f3e143c084e1410dd31c505793ad
-rw-r--r--recovery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/recovery.c b/recovery.c
index 8cfaa73..9d285a9 100644
--- a/recovery.c
+++ b/recovery.c
@@ -894,7 +894,7 @@ main(int argc, char **argv) {
if (!sehandle) {
fprintf(stderr, "Warning: No file_contexts\n");
- // ui_print("Warning: No file_contexts\n");
+ ui_print("Warning: No file_contexts\n");
}
LOGI("device_recovery_start()\n");