mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-25 16:16:29 +00:00
Strip trailing \n from various log messages
This commit is contained in:
@@ -2073,7 +2073,7 @@ create_recovery_file(const char *data_dir, t_conninfo_param_list *recovery_conni
|
||||
return false;
|
||||
}
|
||||
|
||||
log_debug("create_recovery_file(): creating \"%s\"...\n",
|
||||
log_debug("create_recovery_file(): creating \"%s\"...",
|
||||
recovery_file_path);
|
||||
|
||||
/* standby_mode = 'on' */
|
||||
|
||||
Reference in New Issue
Block a user