mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 08:36:30 +00:00
Specify relevant node in error message
This commit is contained in:
@@ -407,7 +407,7 @@ main(int argc, char **argv)
|
|||||||
|
|
||||||
appendPQExpBuffer(&errmsg,
|
appendPQExpBuffer(&errmsg,
|
||||||
_("unable to connect to master node '%s'"),
|
_("unable to connect to master node '%s'"),
|
||||||
local_options.cluster_name);
|
master_options.node_name);
|
||||||
|
|
||||||
log_err("%s\n", errmsg.data);
|
log_err("%s\n", errmsg.data);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user