mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 08:36: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);
|
strncpy(runtime_options.masterport, PQport(master_conn), MAXLEN);
|
||||||
PQfinish(master_conn);
|
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 */
|
/* Get the data directory full path */
|
||||||
sqlquery_snprintf(sqlquery, "SELECT setting "
|
sqlquery_snprintf(sqlquery, "SELECT setting "
|
||||||
|
|||||||
Reference in New Issue
Block a user