Skip to content

Commit 45efea1

Browse files
committed
chore: improve log
1 parent f45cf30 commit 45efea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1250,7 +1250,7 @@ mod account_data_migration {
12501250
pallet_balances::Pallet::<Runtime, ()>::ensure_upgraded(&acc);
12511251
}
12521252

1253-
log::info!(target: TARGET, "Migrated ✅");
1253+
log::info!(target: TARGET, "Migrated {} accounts ✅", accounts.len());
12541254

12551255
// R/W not important for solo chain.
12561256
return <Runtime as frame_system::Config>::DbWeight::get().reads_writes(0u64, 0u64);

0 commit comments

Comments
 (0)