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:
parent
1f3d30c78e
commit
a6512975ff
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue