From c9cb727b1f989ee0313d17df9ea0a334f7c422ee Mon Sep 17 00:00:00 2001 From: steviez Date: Fri, 1 Dec 2023 13:04:39 -0600 Subject: [PATCH] Add additional context to ReplayStage log message (#34296) The pre-existing message was somewhat vague, so give more details about the caller --- core/src/replay_stage.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/src/replay_stage.rs b/core/src/replay_stage.rs index 5c4ab7d716..5f6bb97c9a 100644 --- a/core/src/replay_stage.rs +++ b/core/src/replay_stage.rs @@ -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, \