mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-11 13:39:09 +00:00
Removed extra tracing.
This commit is contained in:
@@ -839,12 +839,8 @@ namespace Renci.SshNet
|
||||
|
||||
if (_keyExchangeInProgress && !(message is IKeyExchangedAllowed))
|
||||
{
|
||||
DiagnosticAbstraction.Log(string.Format("[{0}] Waiting for KEX to complete to send '{1}': '{2}'.", ToHex(SessionId), message.GetType().Name, message));
|
||||
|
||||
// Wait for key exchange to be completed
|
||||
WaitOnHandle(_keyExchangeCompletedWaitHandle);
|
||||
|
||||
DiagnosticAbstraction.Log(string.Format("[{0}] KEX complete to send '{1}': '{2}'.", ToHex(SessionId), message.GetType().Name, message));
|
||||
}
|
||||
|
||||
DiagnosticAbstraction.Log(string.Format("[{0}] SendMessage to server '{1}': '{2}'.", ToHex(SessionId), message.GetType().Name, message));
|
||||
|
||||
Reference in New Issue
Block a user