fixed wrong trace (#1075)

This commit is contained in:
Svyatoslav Nikolsky
2021-07-29 10:23:58 +03:00
committed by Bastian Köcher
parent 4f7b0d3b19
commit 562fac801d
+1 -1
View File
@@ -313,7 +313,7 @@ impl<T: Config<I>, I: Instance> MessageDispatch<T::AccountId, T::MessageId> for
"Message {:?}/{:?} has been dispatched. Weight: {} of {}. Result: {:?}. Call dispatch result: {:?}",
source_chain,
id,
dispatch_result.unspent_weight,
actual_call_weight,
message.weight,
dispatch_result,
result,