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 02bc143c75
commit 5a88858596
2 changed files with 4 additions and 4 deletions

View File

@@ -4088,7 +4088,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);