mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 15:16:29 +00:00
Fix log message
This commit is contained in:
2
repmgr.c
2
repmgr.c
@@ -1661,7 +1661,7 @@ do_standby_promote(void)
|
||||
PQExpBufferData details;
|
||||
initPQExpBuffer(&details);
|
||||
appendPQExpBuffer(&details,
|
||||
"Node %i was successfully be promoted to master",
|
||||
"Node %i was successfully promoted to master",
|
||||
options.node);
|
||||
|
||||
log_notice(_("%s: STANDBY PROMOTE successful. You should REINDEX any hash indexes you have.\n"),
|
||||
|
||||
Reference in New Issue
Block a user