mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 08:47:57 +00:00
demote warnings due to disconnected dispute coordinator (#3672)
* demote warnings due to disconnected dispute coordinator * cargo fmt Co-authored-by: Robert Klotzner <robert.klotzner@gmx.at>
This commit is contained in:
committed by
GitHub
parent
ad0e42537d
commit
9a1b614c47
@@ -901,7 +901,7 @@ impl CandidateBackingJob {
|
||||
|
||||
match confirmation_rx.await {
|
||||
Err(oneshot::Canceled) =>
|
||||
tracing::warn!(target: LOG_TARGET, "Dispute coordinator confirmation lost",),
|
||||
tracing::debug!(target: LOG_TARGET, "Dispute coordinator confirmation lost",),
|
||||
Ok(ImportStatementsResult::ValidImport) => {},
|
||||
Ok(ImportStatementsResult::InvalidImport) =>
|
||||
tracing::warn!(target: LOG_TARGET, "Failed to import statements of validity",),
|
||||
|
||||
Reference in New Issue
Block a user