mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
tcpproxy: add start logging line
This commit is contained in:
parent
1c9e0a0e33
commit
244b1d7d20
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user