mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-28 01:16:29 +00:00
Tidy up some log output
This commit is contained in:
@@ -4039,7 +4039,7 @@ run_file_backup(t_node_info *node_record)
|
||||
make_barman_ssh_command(barman_command_buf),
|
||||
config_file_options.barman_server);
|
||||
|
||||
log_verbose(LOG_DEBUG, "executing:\n %s\n", command);
|
||||
log_verbose(LOG_DEBUG, "executing:\n %s", command);
|
||||
|
||||
fi = popen(command, "r");
|
||||
if (fi == NULL)
|
||||
|
||||
Reference in New Issue
Block a user