Add missing line break in logging output

Something else we don't have to worry about in repmgr4.
This commit is contained in:
Ian Barwick
2019-02-26 22:22:41 +09:00
parent 3f9b10a02c
commit 3988653d6c

View File

@@ -1860,7 +1860,7 @@ do_master_failover(void)
node_info.node_id,
failed_master.node_id);
log_notice("%s", event_details.data);
log_notice("%s\n", event_details.data);
/* my_local_conn is now the master */
create_event_record(my_local_conn,