mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-17 04:48:21 +00:00
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:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user