Skip to content

Commit b7e395b

Browse files
committed
More info on find_missing_blobs
1 parent 02e102b commit b7e395b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nativelink-store/src/grpc_store.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ impl GrpcStore {
149149
self.perform_request(request, |request| async move {
150150
let channel = self
151151
.connection_manager
152-
.connection("find_missing_blobs".into())
152+
.connection(format!("find_missing_blobs: {:?}", request.blob_digests))
153153
.await
154154
.err_tip(|| "in find_missing_blobs")?;
155155
ContentAddressableStorageClient::new(channel)

0 commit comments

Comments
 (0)