8000 [PBCKP-236] added remote shh agent path to log output · postgrespro/pg_probackup@1a48b6c · GitHub
[go: up one dir, main page]

Skip to content

Commit 1a48b6c

Browse files
author
Ivan Lazarev
committed
[PBCKP-236] added remote shh agent path to log output
1 parent 26f9992 commit 1a48b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/remote.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ bool launch_agent(void)
229229
return false;
230230
} else {
231231
#endif
232-
elog(LOG, "Start SSH client process, pid %d", child_pid);
232+
elog(LOG, "Start SSH client process, pid %d, cmd \"%s\"", child_pid, cmd);
233233
SYS_CHECK(close(infd[1])); /* These are being used by the child */
234234
SYS_CHECK(close(outfd[0]));
235235
SYS_CHECK(close(errfd[1]));

0 commit comments

Comments
 (0)
0