diff --git a/node/core/dispute-coordinator/src/real/mod.rs b/node/core/dispute-coordinator/src/real/mod.rs index e03fc2edd1e7..4c6165545b96 100644 --- a/node/core/dispute-coordinator/src/real/mod.rs +++ b/node/core/dispute-coordinator/src/real/mod.rs @@ -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 }, @@ -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) @@ -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) },