mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Issue #577: skip informational error output from new plink version
This commit is contained in:
@ -966,6 +966,10 @@ begin
|
||||
raise EDatabaseError.Create(_('PLink cancelled'));
|
||||
end;
|
||||
end;
|
||||
end else if ErrorText.StartsWith('Using username ', True) then begin
|
||||
// See #577 - new plink version sends this informational text to error pipe
|
||||
FConnection.Log(lcError, 'PLink: '+ErrorText);
|
||||
SendText(CRLF);
|
||||
end else begin
|
||||
MessageDialog('PLink:', ErrorText, mtError, [mbOK]);
|
||||
end;
|
||||
|
Reference in New Issue
Block a user