mirror of
https://github.com/wweir/sower.git
synced 2024-04-21 12:42:15 +00:00
Fix shadow
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user