mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 08:56: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;
|
PQExpBufferData details;
|
||||||
initPQExpBuffer(&details);
|
initPQExpBuffer(&details);
|
||||||
appendPQExpBuffer(&details,
|
appendPQExpBuffer(&details,
|
||||||
"Node %i was successfully be promoted to master",
|
"Node %i was successfully promoted to master",
|
||||||
options.node);
|
options.node);
|
||||||
|
|
||||||
log_notice(_("%s: STANDBY PROMOTE successful. You should REINDEX any hash indexes you have.\n"),
|
log_notice(_("%s: STANDBY PROMOTE successful. You should REINDEX any hash indexes you have.\n"),
|
||||||
|
|||||||
Reference in New Issue
Block a user