From 8806f2bc2fe2074de25a203345a3613effee1dd6 Mon Sep 17 00:00:00 2001 From: kamuik16 Date: Tue, 27 Feb 2024 18:34:40 +0530 Subject: [PATCH] added log argument --- validator_client/src/attestation_service.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator_client/src/attestation_service.rs b/validator_client/src/attestation_service.rs index 2e6a399bc81..a811cf6850c 100644 --- a/validator_client/src/attestation_service.rs +++ b/validator_client/src/attestation_service.rs @@ -431,7 +431,7 @@ impl AttestationService { .unzip(); if attestations.len() == 0 { - warn!("WARN: No attestations were published"); + warn!(log, "WARN: No attestations were published"); return Ok(None); }