repmgr: various log ouput typo fixes

Via GitHub #687.
This commit is contained in:
Josh Soref
2020-12-16 19:14:34 -05:00
committed by Ian Barwick
parent a415d85530
commit 6100007a32
2 changed files with 4 additions and 4 deletions

View File

@@ -4086,7 +4086,7 @@ check_standby_join(PGconn *upstream_conn, t_node_info *upstream_node_record, t_n
if (node_attached == NODE_NOT_ATTACHED)
{
log_detail(_("node \"%s\" (ID: %i) is currrently attached to its upstream node in state \"%s\""),
log_detail(_("node \"%s\" (ID: %i) is currently attached to its upstream node in state \"%s\""),
upstream_node_record->node_name,
standby_node_record->node_id,
node_state);