repmgrd: fix error message

This commit is contained in:
Ian Barwick
2016-02-24 15:33:36 +09:00
parent cb49071ea4
commit bd1e4f71d6

View File

@@ -402,8 +402,7 @@ main(int argc, char **argv)
initPQExpBuffer(&errmsg);
appendPQExpBuffer(&errmsg,
_("unable to connect to master node '%s'"),
master_options.node_name);
_("unable to connect to master node"));
log_err("%s\n", errmsg.data);