Skip to content
Snippets Groups Projects
Commit 29877e71 authored by William Roberts's avatar William Roberts Committed by android-build-merger
Browse files

Merge "check_seapp: correct output on invalid policy file"

am: 70d1d30e

Change-Id: I3c74c31807bacb557e65d14ea5ca834906f5a670
parents 9ec8d943 70d1d30e
Branches
Tags
No related merge requests found
...@@ -897,8 +897,7 @@ static void init() { ...@@ -897,8 +897,7 @@ static void init() {
} }
if (sepol_policydb_read(pol.db, pol.pf) < 0) { if (sepol_policydb_read(pol.db, pol.pf) < 0) {
log_error("Could not lod policy file to db: %s!\n", log_error("Could not load policy file to db: invalid input file!\n");
strerror(errno));
exit(EXIT_FAILURE); exit(EXIT_FAILURE);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment