You've already forked pg_probackup
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:
+1
-1
@@ -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]));
|
||||
|
||||
Reference in New Issue
Block a user