Skip to content
Snippets Groups Projects
Commit 0d690d34 authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

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

parents 7776cc3b 5fe07c72
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment