diff --git a/repmgrd.c b/repmgrd.c index 94be8d6a..23698594 100644 --- a/repmgrd.c +++ b/repmgrd.c @@ -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; }