mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-24 07:36: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",
|
||||
|
||||
Reference in New Issue
Block a user