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.
1 parent 3fb3a48 commit e73e825Copy full SHA for e73e825
providers/supermicro/x11.go
@@ -38,7 +38,6 @@ func (c *x11) queryDeviceModel(ctx context.Context) (string, error) {
38
errBoardPartNumUnknown := errors.New("baseboard part number unknown")
39
data, err := c.fruInfo(ctx)
40
if err != nil {
41
- c.log.Error(err, "fruInfo error")
42
if strings.Contains(err.Error(), "404") || strings.Contains(err.Error(), "<html>") {
43
return "", ErrXMLAPIUnsupported
44
}
0 commit comments