Fix incorrect logging

This commit is contained in:
Jimmy Chen 2022-12-22 02:01:11 +11:00
parent ccfd092845
commit f7bb458c5e

View File

@ -197,7 +197,7 @@ impl<T: BeaconChainTypes> SyncNetworkContext<T> {
ExpectedBatchTy::OnlyBlockBlobs => {
debug!(
self.log,
"Sending BlobsByRange request";
"Sending BlocksByRange and BlobsByRange requests";
"method" => "Mixed by range request",
"count" => request.count,
"peer" => %peer_id,
@ -264,7 +264,7 @@ impl<T: BeaconChainTypes> SyncNetworkContext<T> {
ExpectedBatchTy::OnlyBlockBlobs => {
debug!(
self.log,
"Sending backfill BlobsByRange request";
"Sending backfill BlocksByRange and BlobsByRange requests";
"method" => "Mixed by range request",
"count" => request.count,
"peer" => %peer_id,