diff --git a/repmgr-action-standby.c b/repmgr-action-standby.c index a74c27df..30df8b94 100644 --- a/repmgr-action-standby.c +++ b/repmgr-action-standby.c @@ -3747,7 +3747,9 @@ do_standby_switchover(void) if (runtime_options.dry_run == true) { - log_info(_("able to execute \"%s\" on remote host \"localhost\""), progname()); + log_info(_("able to execute \"%s\" on remote host \"%s\""), + progname(), + remote_host); } /*