Shorter message and no stack on block refusal

This commit is contained in:
Ignotus Peverell
2018-07-11 01:06:39 +01:00
parent ad69dae9e5
commit 708afdbbb6
+1 -1
View File
@@ -443,7 +443,7 @@ impl NetToChainAdapter {
_ => {
debug!(
LOGGER,
"adapter: process_block: block {} refused by chain: {:?}", bhash, e
"adapter: process_block: block {} refused by chain: {}", bhash, e
);
true
}