Skip to content

Commit ddc879f

Browse files
Update log message
Co-authored-by: Michael Sproul <[email protected]>
1 parent d7efef9 commit ddc879f

File tree

1 file changed

+1
-1
lines changed
  • beacon_node/network/src/network_beacon_processor

1 file changed

+1
-1
lines changed

beacon_node/network/src/network_beacon_processor/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ impl<T: BeaconChainTypes> NetworkBeaconProcessor<T> {
865865
);
866866
}
867867
Err(BlockError::DuplicateFullyImported(_)) => {
868-
debug!("Block has already been imported");
868+
debug!("Block already imported in parallel with reconstruction");
869869
}
870870
Err(e) => {
871871
error!(

0 commit comments

Comments
 (0)