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
This commit is contained in:
Kenny Root
2012-04-08 11:03:04 -07:00
parent 1e4469a786
commit 038818cb63
+1 -1
View File
@@ -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