Fix logging related to "connection_check_type"

Also log the selected type at repmgrd startup.
This commit is contained in:
Ian Barwick
2019-03-20 11:58:18 +09:00
parent 7434cc0b8e
commit 7d0caefaee
3 changed files with 23 additions and 2 deletions

View File

@@ -561,6 +561,8 @@ start_monitoring(void)
local_node_info.node_name,
local_node_info.node_id);
log_info(_("\"connection_check_type\" set to \"%s\""), print_connection_check_type(config_file_options.connection_check_type));
while (true)
{
switch (local_node_info.type)