Commit 8657b1e9 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

communicator/ssh: more logging

parent 0904f4ed
...@@ -277,6 +277,7 @@ func (c *comm) reconnect() (err error) { ...@@ -277,6 +277,7 @@ func (c *comm) reconnect() (err error) {
if err != nil { if err != nil {
log.Printf("handshake error: %s", err) log.Printf("handshake error: %s", err)
} }
log.Printf("handshake complete!")
if sshConn != nil { if sshConn != nil {
c.client = ssh.NewClient(sshConn, sshChan, req) c.client = ssh.NewClient(sshConn, sshChan, req)
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment