mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 00:46:29 +00:00
Suppress configuration file warnings if --terse is set
This commit is contained in:
@@ -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]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user