Skip to content

Commit

Permalink
providers/supermicro/x11.go: Remove misleading debug error logging
Browse files Browse the repository at this point in the history
  • Loading branch information
splaspood committed Aug 28, 2024
1 parent 3fb3a48 commit e73e825
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion providers/supermicro/x11.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ func (c *x11) queryDeviceModel(ctx context.Context) (string, error) {
errBoardPartNumUnknown := errors.New("baseboard part number unknown")
data, err := c.fruInfo(ctx)
if err != nil {
c.log.Error(err, "fruInfo error")
if strings.Contains(err.Error(), "404") || strings.Contains(err.Error(), "<html>") {
return "", ErrXMLAPIUnsupported
}
Expand Down

0 comments on commit e73e825

Please sign in to comment.