Browse Source

less verbose

pull/7889/head
Chris Lu 2 days ago
parent
commit
95716a2f87
  1. 2
      weed/pb/grpc_client_server.go

2
weed/pb/grpc_client_server.go

@ -115,7 +115,7 @@ func getOrCreateConnection(address string, waitForReady bool, opts ...grpc.DialO
existingConnection, found := grpcClients[address]
if found {
glog.V(3).Infof("gRPC cache hit for %s (version %d)", address, existingConnection.version)
glog.V(4).Infof("gRPC cache hit for %s (version %d)", address, existingConnection.version)
return existingConnection, nil
}

Loading…
Cancel
Save