Skip to content

Commit

Permalink
Fix typos in some logging messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Smith authored and Greg Smith committed Feb 25, 2011
1 parent 459f14b commit bf0bbd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dbutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion repmgrd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf0bbd7

Please sign in to comment.