Skip to content

Commit

Permalink
Add additional context to ReplayStage log message (solana-labs#34296)
Browse files Browse the repository at this point in the history
The pre-existing message was somewhat vague, so give more details about the caller
  • Loading branch information
steviez authored Dec 1, 2023
1 parent 4f65f7d commit c9cb727
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/replay_stage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1358,7 +1358,8 @@ impl ReplayStage {
})
.ok();
} else {
warn!("Unable to get bank for slot {duplicate_slot} from bank forks");
warn!("Unable to get bank for slot {duplicate_slot} from bank forks \
while attempting to write bank hash details file");
}
panic!("We are attempting to dump a block that we produced. \
This indicates that we are producing duplicate blocks, \
Expand Down

0 comments on commit c9cb727

Please sign in to comment.