Skip to content
Snippets Groups Projects
Commit d3d0ccff authored by Nikolay Volf's avatar Nikolay Volf Committed by GitHub
Browse files

add state trace (#5924)

parent fd357381
No related merge requests found
......@@ -420,6 +420,12 @@ where
key: Vec<u8>,
value: Vec<u8>,
) {
trace!(target: "state", "{:04x}: Append({}) {}",
self.id,
HexDisplay::from(&key),
HexDisplay::from(&value),
);
let _guard = sp_panic_handler::AbortGuard::force_abort();
self.mark_dirty();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment