Improve logging a little (#3619)

Some of the logs in combination with others could be improved. 

It will save some time debugging by improving the wording slightly.
This commit is contained in:
Age Manning
2022-09-29 01:50:12 +00:00
parent b1d2510d1b
commit 01b6bf7a2d
2 changed files with 3 additions and 3 deletions

View File

@@ -2391,7 +2391,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
Ok(verified) => {
debug!(
chain.log,
"Successfully processed gossip block";
"Successfully verified gossip block";
"graffiti" => graffiti_string,
"slot" => slot,
"root" => ?verified.block_root(),