Suppress configuration file warnings if --terse is set

This commit is contained in:
Ian Barwick
2017-04-26 10:50:43 +09:00
parent 1b785d9a20
commit 2ed5393209
3 changed files with 13 additions and 10 deletions

View File

@@ -325,6 +325,7 @@ main(int argc, char **argv)
*/
config_file_parsed = load_config(runtime_options.config_file,
runtime_options.verbose,
runtime_options.terse,
&config_file_options,
argv[0]);