Skip to content

Commit

Permalink
better topic on blobs sidecar tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
tbenr committed Oct 23, 2024
1 parent 951271a commit 363eb0a
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 SafeFuture<Void> publishBlobSidecar(final BlobSidecar message) {
LOG.trace(
"Successfully gossiped blob sidecar {} on {}",
() -> message.getSlotAndBlockRoot().toLogString(),
() -> getBlobSidecarSubnetTopicName(subnetId));
() -> subnetIdToTopicHandler.get(subnetId).getTopic());
}
return null;
});
Expand Down

0 comments on commit 363eb0a

Please sign in to comment.