From e49a43ba055ced1111d9a6ad4acec6ef71994f8b Mon Sep 17 00:00:00 2001 From: Lldenaurois Date: Fri, 24 Sep 2021 20:44:45 +0200 Subject: [PATCH] Update logging in paras_inherent (#3927) --- polkadot/runtime/parachains/src/paras_inherent.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/runtime/parachains/src/paras_inherent.rs b/polkadot/runtime/parachains/src/paras_inherent.rs index e2dd357658..a972dbfaa3 100644 --- a/polkadot/runtime/parachains/src/paras_inherent.rs +++ b/polkadot/runtime/parachains/src/paras_inherent.rs @@ -123,7 +123,7 @@ pub mod pallet { target: LOG_TARGET, "dropping signed_bitfields and backed_candidates because they produced \ an invalid paras inherent: {:?}", - err, + err.error, ); ParachainsInherentData {