Fix shadow

This commit is contained in:
wweir
2019-01-06 12:17:01 +08:00
parent 1d620b8191
commit 6e4a6c794e
4 changed files with 19 additions and 21 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ func StartClient(netType, server, password string) {
for {
conn := <-connCh
glog.V(1).Infof("new conn from (%s)", conn.RemoteAddr())
glog.V(1).Infof("new conn from (%s) to (%s)", conn.RemoteAddr(), server)
rc, err := client.Dial(server)
if err != nil {