Skip to content

Commit

Permalink
fix: change log type
Browse files Browse the repository at this point in the history
  • Loading branch information
istae committed Jun 2, 2024
1 parent d18035f commit 3ebf9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storer/migration/reserveRepair.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func ReserveRepairer(

err := checkBinIDs()
if err != nil {
logger.Error(err, "check failed")
logger.Info("pre-repair check failed", "error", err)
}

// STEP 0
Expand Down

0 comments on commit 3ebf9b3

Please sign in to comment.