Skip to content
Commit f99678ee authored by José Molina Colmenero's avatar José Molina Colmenero Committed by github-actions[bot]
Browse files

Add debugging info for `StorageWeightReclaim` (#5594)



When inspecting the logs we often encounter the following message:

`Benchmarked storage weight smaller than consumed storage weight.
benchmarked: {benchmarked_weight} consumed: {consumed_weight} unspent:
{unspent}`

However, it is very hard to guess which call is causing the issue.

With the changes proposed in this PR, information about the call is
provided so that we can easily identify the source of the problem
without further delay, and this way work more efficiently in solving the
issue.

---------

Co-authored-by: default avatarBastian Köcher <[email protected]>
(cherry picked from commit 016421ac)
parent 56ce9012
Pipeline #497788 waiting for manual action with stages
in 33 minutes and 38 seconds