mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 07:06:30 +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 */
|
||||
log_info(_("finding node lost for cluster '%s'\n"),
|
||||
master_conninfo);
|
||||
log_info(_("finding node list for cluster '%s'\n"),
|
||||
cluster);
|
||||
|
||||
sqlquery_snprintf(sqlquery, "SELECT * FROM %s.repl_nodes "
|
||||
" WHERE cluster = '%s' and id <> %d",
|
||||
|
||||
@@ -200,7 +200,7 @@ main(int argc, char **argv)
|
||||
checkNodeConfiguration(local_options.conninfo);
|
||||
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();
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user