Skip to content

Commit 605b59b

Browse files
authored
turn warn into error trace in stream_historical_range (#282)
1 parent 4042bf8 commit 605b59b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/block_range_scanner/common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ pub(crate) async fn stream_historical_range<N: Network>(
394394
{
395395
Ok(block) => block,
396396
Err(e) => {
397-
warn!("Failed to get finalized block");
397+
error!("Failed to get finalized block");
398398
_ = sender.try_stream(e).await;
399399
return None;
400400
}

0 commit comments

Comments
 (0)