Skip to content

Commit

Permalink
Improve log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrylavrenov committed Nov 20, 2024
1 parent 810e46c commit 7e49225
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/pallet-humanode-session/src/migrations/v1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ pub fn migrate<T: Config>() -> Weight {
StorageVersion::new(1).put::<Pallet<T>>();
weight.saturating_accrue(T::DbWeight::get().writes(1));

info!("Migrated to v1");

// Done.
weight
}
Expand Down

0 comments on commit 7e49225

Please sign in to comment.