repmgr: fix error message

It's possible the missing node record might be for a witness server,
though we have no way of knowing that.
This commit is contained in:
Ian Barwick
2022-05-11 14:57:34 +09:00
parent 743e0e5480
commit 4c05307da1

View File

@@ -479,7 +479,7 @@ main(int argc, char **argv)
switch (config_file_options.replication_type)
{
case REPLICATION_TYPE_PHYSICAL:
log_hint(_("check that 'repmgr (primary|standby) register' was executed for this node"));
log_hint(_("check that 'repmgr (primary|standby|witness) register' was executed for this node"));
break;
}