We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067fe19 commit c9d3e36Copy full SHA for c9d3e36
stackslib/src/net/relay.rs
@@ -2500,8 +2500,8 @@ impl Relayer {
2500
let md = chunk.get_slot_metadata();
2501
if let Err(e) = tx.try_replace_chunk(&sc, &md, &chunk.data) {
2502
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.
+ // This is a common and expected message, so log it as a debug and with a sep message
+ // to distinguish it from other message types.
2505
debug!(
2506
"Dropping stale StackerDB chunk";
2507
"stackerdb_contract_id" => &format!("{}", &sync_result.contract_id),
0 commit comments