Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit10a5b46

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 parentsed02b35 +1a48b6c commit10a5b46

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)

[8]ページ先頭

©2009-2025 Movatter.jp