diff --git a/repmgr.c b/repmgr.c index 2c879a8d..dbb7a3a0 100644 --- a/repmgr.c +++ b/repmgr.c @@ -1437,7 +1437,7 @@ do_standby_promote(void) } else { - log_err(_("%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"), progname); } PQfinish(conn);