mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 08:56:29 +00:00
repmgr: fix log message
This commit is contained in:
4
repmgr.c
4
repmgr.c
@@ -2024,7 +2024,9 @@ do_standby_register(void)
|
|||||||
|
|
||||||
if (!runtime_options.connection_param_provided)
|
if (!runtime_options.connection_param_provided)
|
||||||
{
|
{
|
||||||
log_err(_("unable to connect to local node %i (\"%s\") and no master connection parameters provided\n"));
|
log_err(_("unable to connect to local node %i (\"%s\") and no master connection parameters provided\n"),
|
||||||
|
options.node,
|
||||||
|
options.node_name);
|
||||||
exit(ERR_BAD_CONFIG);
|
exit(ERR_BAD_CONFIG);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user