mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-25 16:16:29 +00:00
Minor log message fixes
This commit is contained in:
2
repmgr.c
2
repmgr.c
@@ -3650,7 +3650,7 @@ update_node_record_set_master(PGconn *conn, int this_node_id)
|
||||
PGresult *res;
|
||||
char sqlquery[QUERY_STR_LEN];
|
||||
|
||||
log_debug(_("Setting %i as master and marking existing master as failed\n"), this_node_id);
|
||||
log_debug(_("setting node %i as master and marking existing master as failed\n"), this_node_id);
|
||||
|
||||
begin_transaction(conn);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user