fix debug statement

This commit is contained in:
Zack Scholl 2019-05-03 13:55:17 -07:00
parent 1f3d30c78e
commit a6512975ff
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ func (c *Client) Receive() (err error) {
log.Debugf("could not connect to " + serverTry)
continue
}
log.Debugf("local connection established to %s", conn, serverTry)
log.Debugf("local connection established to %s", serverTry)
log.Debugf("banner: %s", banner2)
// reset to the local port
banner = banner2