mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-10 21:11:22 +00:00
Fix incorrect logging
This commit is contained in:
parent
ccfd092845
commit
f7bb458c5e
@ -197,7 +197,7 @@ impl<T: BeaconChainTypes> SyncNetworkContext<T> {
|
|||||||
ExpectedBatchTy::OnlyBlockBlobs => {
|
ExpectedBatchTy::OnlyBlockBlobs => {
|
||||||
debug!(
|
debug!(
|
||||||
self.log,
|
self.log,
|
||||||
"Sending BlobsByRange request";
|
"Sending BlocksByRange and BlobsByRange requests";
|
||||||
"method" => "Mixed by range request",
|
"method" => "Mixed by range request",
|
||||||
"count" => request.count,
|
"count" => request.count,
|
||||||
"peer" => %peer_id,
|
"peer" => %peer_id,
|
||||||
@ -264,7 +264,7 @@ impl<T: BeaconChainTypes> SyncNetworkContext<T> {
|
|||||||
ExpectedBatchTy::OnlyBlockBlobs => {
|
ExpectedBatchTy::OnlyBlockBlobs => {
|
||||||
debug!(
|
debug!(
|
||||||
self.log,
|
self.log,
|
||||||
"Sending backfill BlobsByRange request";
|
"Sending backfill BlocksByRange and BlobsByRange requests";
|
||||||
"method" => "Mixed by range request",
|
"method" => "Mixed by range request",
|
||||||
"count" => request.count,
|
"count" => request.count,
|
||||||
"peer" => %peer_id,
|
"peer" => %peer_id,
|
||||||
|
Loading…
Reference in New Issue
Block a user