Skip to content

Commit

Permalink
more verbose log info
Browse files Browse the repository at this point in the history
  • Loading branch information
geoknee committed Apr 8, 2024
1 parent 539dd71 commit c825d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func (a *ValidatorService) checkBlobs(ctx context.Context, start phase0.Slot, en

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

}
Expand Down

0 comments on commit c825d86

Please sign in to comment.