Skip to content

Commit

Permalink
Improve info message at pallet-humanode-session
Browse files Browse the repository at this point in the history
Co-authored-by: MOZGIII <[email protected]>
  • Loading branch information
dmitrylavrenov and MOZGIII authored Nov 7, 2024
1 parent 2ba0544 commit f081efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/pallet-humanode-session/src/migrations/v1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub fn migrate<T: Config>() -> Weight {
// Read the onchain version.
let mut weight: Weight = T::DbWeight::get().reads(1);

info!("Running migration to v1");
info!("Running migration to v1 from {onchain:?}");

if onchain == 1 {
info!("Already at version 1, nothing to do");
Expand Down

0 comments on commit f081efb

Please sign in to comment.