diff --git a/nvm/machine_libipmctl.go b/nvm/machine_libipmctl.go index dc528675a0..949d417def 100644 --- a/nvm/machine_libipmctl.go +++ b/nvm/machine_libipmctl.go @@ -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 }