From 64615ee6b4a9bb6cead931ced002bc604a696022 Mon Sep 17 00:00:00 2001 From: Chirayu Desai Date: Thu, 18 Jul 2013 21:54:22 +0530 Subject: SELinux: don't suppress the "no file_contexts" message on the UI Change-Id: I1456e7e2d2a1f3e143c084e1410dd31c505793ad --- recovery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- cgit v1.1