Add a \n in a message

This commit is contained in:
Jaime Casanova
2012-06-12 23:41:31 -05:00
parent a55d7a4bd3
commit f4087d0a32

View File

@@ -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 "