8000 Merge pull request #554 from postgrespro/REL_2_5-PBCKP-236 · postgrespro/pg_probackup@10a5b46 · GitHub
[go: up one dir, main page]

Skip to content

Commit 10a5b46

Browse files
authored
Merge pull request #554 from postgrespro/REL_2_5-PBCKP-236
[PBCKP-236] added ssh agent full path to log output, merge to REL_2_5 from REL_2_5-PBCKP-236
2 parents ed02b35 + 1a48b6c commit 10a5b46

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