grandpa: change some logging from trace to debug (#6872)

* grandpa: change some logging from trace to debug

* grandpa: cleanup unused import
This commit is contained in:
André Silva
2020-08-11 16:05:59 +01:00
committed by GitHub
parent c347300e3e
commit 7fa96261ba
2 changed files with 4 additions and 4 deletions
@@ -18,7 +18,7 @@
use std::{sync::Arc, collections::HashMap};
use log::{debug, trace};
use log::debug;
use parity_scale_codec::Encode;
use parking_lot::RwLockWriteGuard;
@@ -527,7 +527,7 @@ impl<BE, Block: BlockT, Client, SC> BlockImport<Block>
},
None => {
if needs_justification {
trace!(
debug!(
target: "afg",
"Imported unjustified block #{} that enacts authority set change, waiting for finality for enactment.",
number,