diff --git a/proxy/tcpproxy/userspace.go b/proxy/tcpproxy/userspace.go index dbc79b550..d84445a81 100644 --- a/proxy/tcpproxy/userspace.go +++ b/proxy/tcpproxy/userspace.go @@ -78,6 +78,7 @@ func (tp *TCPProxy) Run() error { tp.remotes = append(tp.remotes, &remote{addr: ep}) } + plog.Printf("ready to proxy client requests to %v", tp.Endpoints) go tp.runMonitor() for { in, err := tp.Listener.Accept()