From a6512975ffab18f2f8a92e102660e441e9b954f5 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Fri, 3 May 2019 13:55:17 -0700 Subject: [PATCH] fix debug statement --- src/croc/croc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/croc/croc.go b/src/croc/croc.go index 05801589..c80e7c5d 100644 --- a/src/croc/croc.go +++ b/src/croc/croc.go @@ -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