Skip to content
Prev Previous commit
Next Next commit
improve log
  • Loading branch information
liamaharon committed Dec 20, 2023
commit 048fe642b0dbe64b20ba557449dc68b2d98eed54
4 changes: 2 additions & 2 deletions substrate/frame/executive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -409,9 +409,9 @@ where
) -> Result<(), TryRuntimeError> {
match res {
Ok(bytes) => {
log::debug!(
log::info!(
target: LOG_TARGET,
"decoded the entire state ({bytes} bytes)",
"✅ Entire runtime state decodes without error. {} bytes total.",
);

Ok(())
Expand Down