0
0
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 21:30:16 +02:00

fix debug statement

This commit is contained in:
Zack Scholl 2019-05-03 13:55:17 -07:00
parent 1f3d30c78e
commit a6512975ff

View file

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