mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 07:06:30 +00:00
Add a \n in a message
This commit is contained in:
2
repmgr.c
2
repmgr.c
@@ -1469,7 +1469,7 @@ do_standby_follow(void)
|
||||
strncpy(runtime_options.masterport, PQport(master_conn), MAXLEN);
|
||||
PQfinish(master_conn);
|
||||
|
||||
log_info(_("%s Changing standby's master"),progname);
|
||||
log_info(_("%s Changing standby's master\n"),progname);
|
||||
|
||||
/* Get the data directory full path */
|
||||
sqlquery_snprintf(sqlquery, "SELECT setting "
|
||||
|
||||
Reference in New Issue
Block a user