mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-25 08:06:29 +00:00
Fix log message
This commit is contained in:
3
repmgr.c
3
repmgr.c
@@ -2660,8 +2660,7 @@ check_upstream_config(PGconn *conn, int server_version_num, bool exit_on_error)
|
|||||||
{
|
{
|
||||||
if (i == 0)
|
if (i == 0)
|
||||||
{
|
{
|
||||||
log_err(_("%s needs parameter 'max_replication_slots' must be set to at least 1 to enable replication slots\n"),
|
log_err(_("parameter 'max_replication_slots' must be set to at least 1 to enable replication slots\n"));
|
||||||
progname);
|
|
||||||
|
|
||||||
if(exit_on_error == true)
|
if(exit_on_error == true)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user