diff --git a/base_layer/core/src/base_node/service/service.rs b/base_layer/core/src/base_node/service/service.rs index 7940cdf969..0f2e52cdcd 100644 --- a/base_layer/core/src/base_node/service/service.rs +++ b/base_layer/core/src/base_node/service/service.rs @@ -346,7 +346,7 @@ where B: BlockchainBackend + 'static if let Err(res) = result { error!( target: LOG_TARGET, - "BaseNodeService failed to send reply to local block submitter {:?}", + "BaseNodeService Caller dropped the oneshot receiver before reply could be sent. Reply: {:?}" res.map(|r| r.to_string()).map_err(|e| e.to_string()) ); }