Merge "version_policy.c: be less verbose at build time"
This commit is contained in:
commit
0d690d34a9
1 changed files with 2 additions and 2 deletions
|
@ -151,8 +151,8 @@ int main(int argc, char *argv[])
|
|||
usage(argv[0]);
|
||||
}
|
||||
|
||||
/* gimme all the details */
|
||||
cil_set_log_level(CIL_INFO);
|
||||
/* gimme only the important details */
|
||||
cil_set_log_level(CIL_WARN);
|
||||
|
||||
/* read platform policy */
|
||||
rc = read_cil_file(&base_db, base);
|
||||
|
|
Loading…
Reference in a new issue