add para_id to fetch_pov logging (#6084)

Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>

Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
This commit is contained in:
Andrei Sandu
2022-09-30 11:56:45 +03:00
committed by GitHub
parent 260f70e39e
commit 372e6a95f3
4 changed files with 28 additions and 6 deletions
@@ -150,6 +150,7 @@ impl AvailabilityDistributionSubsystem {
AvailabilityDistributionMessage::FetchPoV {
relay_parent,
from_validator,
para_id,
candidate_hash,
pov_hash,
tx,
@@ -161,6 +162,7 @@ impl AvailabilityDistributionSubsystem {
&mut runtime,
relay_parent,
from_validator,
para_id,
candidate_hash,
pov_hash,
tx,