mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 00:26:30 +00:00
Add missing line break in logging output
Something else we don't have to worry about in repmgr4.
This commit is contained in:
@@ -1860,7 +1860,7 @@ do_master_failover(void)
|
|||||||
node_info.node_id,
|
node_info.node_id,
|
||||||
failed_master.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 */
|
/* my_local_conn is now the master */
|
||||||
create_event_record(my_local_conn,
|
create_event_record(my_local_conn,
|
||||||
|
|||||||
Reference in New Issue
Block a user