Specify relevant node in error message

This commit is contained in:
Ian Barwick
2015-10-28 16:10:08 +09:00
committed by Ian Barwick
parent d353fe2a9f
commit f56f70c2a6

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);