Skip to content

Commit

Permalink
added log argument
Browse files Browse the repository at this point in the history
  • Loading branch information
kamuikatsurgi committed Feb 27, 2024
1 parent e8619b2 commit 8806f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator_client/src/attestation_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ impl<T: SlotClock + 'static, E: EthSpec> AttestationService<T, E> {
.unzip();

if attestations.len() == 0 {
warn!("WARN: No attestations were published");
warn!(log, "WARN: No attestations were published");
return Ok(None);
}

Expand Down

0 comments on commit 8806f2b

Please sign in to comment.