Skip to content

Commit c9d3e36

Browse files
committed
CRC: update comment to be more descriptive
Signed-off-by: Jacinta Ferrant <[email protected]>
1 parent 067fe19 commit c9d3e36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stackslib/src/net/relay.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2500,8 +2500,8 @@ impl Relayer {
25002500
let md = chunk.get_slot_metadata();
25012501
if let Err(e) = tx.try_replace_chunk(&sc, &md, &chunk.data) {
25022502
if matches!(e, Error::StaleChunk { .. }) {
2503-
// This is a common and expected error, so log it as a debug and with a sep message
2504-
// to distinguish it from other error types.
2503+
// This is a common and expected message, so log it as a debug and with a sep message
2504+
// to distinguish it from other message types.
25052505
debug!(
25062506
"Dropping stale StackerDB chunk";
25072507
"stackerdb_contract_id" => &format!("{}", &sync_result.contract_id),

0 commit comments

Comments
 (0)