Skip to content
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.

Commit

Permalink
Add success message for repmgr standby register
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Villemain authored and Cédric Villemain committed Apr 22, 2011
1 parent 26bf3b0 commit a6d7f76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions repmgr.c
Expand Up @@ -609,6 +609,8 @@ do_standby_register(void)
log_info(_("%s registering the standby complete\n"), progname);
PQfinish(master_conn);
PQfinish(conn);
log_notice(_("Standby node correctly registered for cluster %s with id %d (conninfo: %s)\n"),
options.cluster_name, options.node, options.conninfo);
return;
}

Expand Down

0 comments on commit a6d7f76

Please sign in to comment.