Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit 0d57470

Browse files
authored
authority-round: change sealing_state cannot sign log message to debug (#11711)
1 parent 234a287 commit 0d57470

File tree

1 file changed

+1
-1
lines changed
  • ethcore/engines/authority-round/src

1 file changed

+1
-1
lines changed

ethcore/engines/authority-round/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1331,7 +1331,7 @@ impl Engine for AuthorityRound {
13311331
let our_addr = match *self.signer.read() {
13321332
Some(ref signer) => signer.address(),
13331333
None => {
1334-
warn!(target: "engine", "Not preparing block; cannot sign.");
1334+
debug!(target: "engine", "Not preparing block; cannot sign.");
13351335
return SealingState::NotReady;
13361336
}
13371337
};

0 commit comments

Comments
 (0)