mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 00:26:30 +00:00
2
config.c
2
config.c
@@ -268,7 +268,7 @@ parse_config(const char *config_file, t_configuration_options *options)
|
|||||||
|
|
||||||
if (options->node == 0)
|
if (options->node == 0)
|
||||||
{
|
{
|
||||||
log_err(_("'node' must be an integer > 0\n"));
|
log_err(_("'node' must be an integer greater than zero\n"));
|
||||||
exit(ERR_BAD_CONFIG);
|
exit(ERR_BAD_CONFIG);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user