We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3fc792 commit 55f4710Copy full SHA for 55f4710
1 file changed
internal/client/handlers/tun.go
@@ -321,7 +321,7 @@ func forwardTCP(tunstats *stat) func(request *tcp.ForwarderRequest) {
321
if errTcp != nil {
322
// ErrConnectionRefused is a transient error
323
if _, ok := errTcp.(*tcpip.ErrConnectionRefused); !ok {
324
- log.Printf("could not create endpoint: %s", errTcp)
+ log.Printf("could not create endpoint %q: %s", fwdDst.String(), errTcp)
325
}
326
tunstats.tcp.failures.Add(1)
327
0 commit comments