Skip to content

Commit 8953b04

Browse files
iwankgbdims
authored andcommitted
Information should be logged on increased verbosity only
1 parent 688835d commit 8953b04

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.V(1).Infof("There are no NVM devices.")
64+
klog.V(4).Infof("There are no NVM devices.")
6565
return uint(0), nil
6666
}
6767

0 commit comments

Comments
 (0)