From 8953b04314967ba7d3c33effe0012377c402da15 Mon Sep 17 00:00:00 2001 From: "Maciej \"Iwan\" Iwanowski" Date: Fri, 28 Jul 2023 18:44:52 +0200 Subject: [PATCH] Information should be logged on increased verbosity only --- nvm/machine_libipmctl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }