Skip to content

Commit d86a851

Browse files
authored
Merge pull request #20 from ethereum-optimism/gk/validator-tweaks
validator: emit more verbose log info
2 parents d5b160a + c825d86 commit d86a851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validator/service/service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ func (a *ValidatorService) checkBlobs(ctx context.Context, start phase0.Slot, en
155155

156156
if beaconStatus != http.StatusOK {
157157
// This can happen if the slot has been missed
158-
l.Info("matching error status", "beacon", beaconStatus, "blob", blobStatus)
158+
l.Info("matching error status", "beaconStatus", beaconStatus, "blobStatus", blobStatus)
159159
continue
160160

161161
}

0 commit comments

Comments
 (0)