mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 17:06:29 +00:00
more log format fixes
This commit is contained in:
2
repmgr.c
2
repmgr.c
@@ -1845,7 +1845,7 @@ test_ssh_connection(char *host, char *remote_user)
|
|||||||
else
|
else
|
||||||
maxlen_snprintf(script, "ssh -o Batchmode=yes %s %s -l %s %s", options.ssh_options, host, remote_user, TRUEBIN_PATH);
|
maxlen_snprintf(script, "ssh -o Batchmode=yes %s %s -l %s %s", options.ssh_options, host, remote_user, TRUEBIN_PATH);
|
||||||
|
|
||||||
log_debug(_("command is: %s"), script);
|
log_debug(_("command is: %s\n"), script);
|
||||||
r = system(script);
|
r = system(script);
|
||||||
if (r != 0)
|
if (r != 0)
|
||||||
log_info(_("Can not connect to the remote host (%s)\n"), host);
|
log_info(_("Can not connect to the remote host (%s)\n"), host);
|
||||||
|
|||||||
Reference in New Issue
Block a user