Specify relevant node in error message

This commit is contained in:
Ian Barwick
2015-10-28 16:10:08 +09:00
parent ee9270fe8d
commit b911483d5e

View File

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