Skip to content

Commit

Permalink
fix logging
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Dec 31, 2024
1 parent 6b0fd42 commit dabf920
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public void processFetchedResult(
final FetchBlobSidecarsTask task, final List<BlobSidecar> result) {
result.forEach(
blobSidecar -> {
LOG.trace("Successfully fetched blob sidecar: {}", result);
LOG.trace("Successfully fetched blob sidecar: {}", blobSidecar);
blobSidecarSubscribers.forEach(s -> s.onBlobSidecar(blobSidecar));
});
// After retrieved blob sidecars have been processed, stop tracking it
Expand Down

0 comments on commit dabf920

Please sign in to comment.