We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c9f9b9 + 52f448f commit 42eef7fCopy full SHA for 42eef7f
machine/machine.go
@@ -62,7 +62,7 @@ func GetCPUVendorID(procInfo []byte) string {
62
63
matches := vendorIDRegexp.FindSubmatch(procInfo)
64
if len(matches) != 2 {
65
- klog.Warning("Cannot read vendor id correctly, set empty.")
+ klog.V(4).Info("Cannot read vendor id correctly, set empty.")
66
return vendorID
67
}
68
0 commit comments