Skip to content

Commit e5df899

Browse files
committed
nvm: Change the "no NVM devices" log.
Signed-off-by: Paweł Szulik <paul.szulik@gmail.com>
1 parent 76bae7e commit e5df899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nvm/machine_libipmctl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func getAvgPowerBudget() (uint, error) {
6161
}
6262

6363
if count == 0 {
64-
klog.Warningf("There are no NVM devices!")
64+
klog.V(1).Infof("There are no NVM devices.")
6565
return uint(0), nil
6666
}
6767

0 commit comments

Comments
 (0)