Skip to content

Commit

Permalink
convert print to log
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Oct 7, 2024
1 parent 9641129 commit 6e4fa05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/major_upgrade_v3.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func MajorUpgradeToV3(logger *log.Logger) error {
if resp.Header.Version.App == v3.Version {
upgradeComplete = true
}
fmt.Println("height", resp.Header.Height)
logger.Printf("height %v", resp.Header.Height)
lastHeight = resp.Header.Height
}
}
Expand Down

0 comments on commit 6e4fa05

Please sign in to comment.