mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-24 23:56:29 +00:00
Fix typos in some logging messages
This commit is contained in:
@@ -238,8 +238,8 @@ getMasterConnection(PGconn *standby_conn, int id, char *cluster,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* find all nodes belonging to this cluster */
|
/* find all nodes belonging to this cluster */
|
||||||
log_info(_("finding node lost for cluster '%s'\n"),
|
log_info(_("finding node list for cluster '%s'\n"),
|
||||||
master_conninfo);
|
cluster);
|
||||||
|
|
||||||
sqlquery_snprintf(sqlquery, "SELECT * FROM %s.repl_nodes "
|
sqlquery_snprintf(sqlquery, "SELECT * FROM %s.repl_nodes "
|
||||||
" WHERE cluster = '%s' and id <> %d",
|
" WHERE cluster = '%s' and id <> %d",
|
||||||
|
|||||||
@@ -200,7 +200,7 @@ main(int argc, char **argv)
|
|||||||
checkNodeConfiguration(local_options.conninfo);
|
checkNodeConfiguration(local_options.conninfo);
|
||||||
if (myLocalMode == STANDBY_MODE)
|
if (myLocalMode == STANDBY_MODE)
|
||||||
{
|
{
|
||||||
log_info(_("%s Starting continuous standby node monitoring'\n"), progname);
|
log_info(_("%s Starting continuous standby node monitoring\n"), progname);
|
||||||
MonitorCheck();
|
MonitorCheck();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user