Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions node/core/dispute-coordinator/src/real/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ where
tracing::warn!(
target: LOG_TARGET,
session,
"Missing info for session which has an active dispute",
"Recovering lacks info for session which has an active dispute",
);
continue
},
Expand Down Expand Up @@ -861,7 +861,7 @@ async fn handle_import_statements(
tracing::warn!(
target: LOG_TARGET,
session,
"Missing info for session which has an active dispute",
"Importing statement lacks info for session which has an active dispute",
);

return Ok(ImportStatementsResult::InvalidImport)
Expand Down Expand Up @@ -894,7 +894,7 @@ async fn handle_import_statements(
tracing::warn!(
target: LOG_TARGET,
session,
"Missing info for session which has an active dispute",
"Not seen backing vote for candidate which has an active dispute",
);
return Ok(ImportStatementsResult::InvalidImport)
},
Expand Down