Skip to content

Commit

Permalink
fix typo in log
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn authored and faddat committed Feb 14, 2022
1 parent 925a68e commit 10bec04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/iavl/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func LoadStoreWithInitialVersion(db dbm.DB, logger log.Logger, id types.CommitID

if tree.IsUpgradeable() && logger != nil {
logger.Info(
"Upgrading IAVL storage for faster queries + execution on live state. This may take awhile",
"Upgrading IAVL storage for faster queries + execution on live state. This may take a while",
"version", initialVersion,
"commit", fmt.Sprintf("%X", id),
"is_lazy", lazyLoading,
Expand Down

0 comments on commit 10bec04

Please sign in to comment.