Skip to content

Commit

Permalink
Information should be logged on increased verbosity only
Browse files Browse the repository at this point in the history
  • Loading branch information
iwankgb authored and dims committed Oct 16, 2023
1 parent 688835d commit 8953b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvm/machine_libipmctl.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func getAvgPowerBudget() (uint, error) {
}

if count == 0 {
klog.V(1).Infof("There are no NVM devices.")
klog.V(4).Infof("There are no NVM devices.")
return uint(0), nil
}

Expand Down

0 comments on commit 8953b04

Please sign in to comment.