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

Commit1a48b6c

Browse files
author
Ivan Lazarev
committed
[PBCKP-236] added remote shh agent path to log output
1 parent26f9992 commit1a48b6c

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