1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-03 23:56:41 +02:00
This commit is contained in:
Chris Lu 2020-04-23 03:10:47 -07:00
parent 30ee4f3291
commit ff0a7c1d18

View file

@ -94,7 +94,6 @@ func WithCachedGrpcClient(fn func(*grpc.ClientConn) error, address string, opts
return err return err
} }
println(" dialing to", address, "...")
grpcConnection, err := GrpcDial(context.Background(), address, opts...) grpcConnection, err := GrpcDial(context.Background(), address, opts...)
if err != nil { if err != nil {
grpcClientsLock.Unlock() grpcClientsLock.Unlock()