mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Log plink.exe command line as information on SSH tunnel initialization
This commit is contained in:
@ -829,6 +829,7 @@ begin
|
|||||||
rx.Expression := '(-pw\s+")[^"]*(")';
|
rx.Expression := '(-pw\s+")[^"]*(")';
|
||||||
PlinkCmdDisplay := FConnection.Parameters.SSHPlinkExe + ' ' + rx.Replace(PlinkParameters, '${1}******${2}', True);
|
PlinkCmdDisplay := FConnection.Parameters.SSHPlinkExe + ' ' + rx.Replace(PlinkParameters, '${1}******${2}', True);
|
||||||
FConnection.Log(lcInfo, f_('Attempt to create plink.exe process, waiting %ds for response ...', [FConnection.Parameters.SSHTimeout]));
|
FConnection.Log(lcInfo, f_('Attempt to create plink.exe process, waiting %ds for response ...', [FConnection.Parameters.SSHTimeout]));
|
||||||
|
FConnection.Log(lcInfo, PlinkCmdDisplay);
|
||||||
|
|
||||||
// Prepare process
|
// Prepare process
|
||||||
FillChar(StartupInfo, SizeOf(StartupInfo), 0);
|
FillChar(StartupInfo, SizeOf(StartupInfo), 0);
|
||||||
|
Reference in New Issue
Block a user