We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f45cf30 commit 45efea1Copy full SHA for 45efea1
runtime/src/lib.rs
@@ -1250,7 +1250,7 @@ mod account_data_migration {
1250
pallet_balances::Pallet::<Runtime, ()>::ensure_upgraded(&acc);
1251
}
1252
1253
- log::info!(target: TARGET, "Migrated ✅");
+ log::info!(target: TARGET, "Migrated {} accounts ✅", accounts.len());
1254
1255
// R/W not important for solo chain.
1256
return <Runtime as frame_system::Config>::DbWeight::get().reads_writes(0u64, 0u64);
0 commit comments