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
No known key found for this signature in database
GPG key ID: 99CD25F39F8F8211

View file

@ -443,7 +443,7 @@ impl NetToChainAdapter {
_ => { _ => {
debug!( debug!(
LOGGER, LOGGER,
"adapter: process_block: block {} refused by chain: {:?}", bhash, e "adapter: process_block: block {} refused by chain: {}", bhash, e
); );
true true
} }