From 038818cb6393f2829bd86f99f25051f67c131290 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Sun, 8 Apr 2012 11:03:01 -0700 Subject: Update merge for SELinux to compile The contribution of SELinux things to AOSP had a call to the old ui_print that merged cleanly. This changes that call into the newer call so it will actually compile when enabled. Change-Id: I8368e937219b01d0bef06007fa46302415256d07 --- recovery.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recovery.cpp b/recovery.cpp index baafadca0..1d749ca93 100644 --- a/recovery.cpp +++ b/recovery.cpp @@ -814,7 +814,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"); } #endif -- cgit v1.2.3