We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e102b commit b7e395bCopy full SHA for b7e395b
nativelink-store/src/grpc_store.rs
@@ -149,7 +149,7 @@ impl GrpcStore {
149
self.perform_request(request, |request| async move {
150
let channel = self
151
.connection_manager
152
- .connection("find_missing_blobs".into())
+ .connection(format!("find_missing_blobs: {:?}", request.blob_digests))
153
.await
154
.err_tip(|| "in find_missing_blobs")?;
155
ContentAddressableStorageClient::new(channel)
0 commit comments