Merge "version_policy.c: be less verbose at build time"

This commit is contained in:
Nick Kralevich 2018-09-21 21:32:32 +00:00 committed by Gerrit Code Review
commit 0d690d34a9

View file

@ -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);