1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2026-06-21 01:34:15 +02:00

[PBCKP-236] added remote shh agent path to log output

This commit is contained in:
Ivan Lazarev
2022-10-28 19:40:15 +03:00
parent 26f9992b2a
commit 1a48b6c595
+1 -1
View File
@@ -229,7 +229,7 @@ bool launch_agent(void)
return false;
} else {
#endif
elog(LOG, "Start SSH client process, pid %d", child_pid);
elog(LOG, "Start SSH client process, pid %d, cmd \"%s\"", child_pid, cmd);
SYS_CHECK(close(infd[1])); /* These are being used by the child */
SYS_CHECK(close(outfd[0]));
SYS_CHECK(close(errfd[1]));