mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-11 19:17:22 +00:00
send warning to stderr
This commit is contained in:
parent
08844ec93b
commit
81d5b08b3d
@ -1071,8 +1071,8 @@ ipmi_sdr_print_sensor_oem_intel(struct ipmi_intf * intf,
|
|||||||
case 0x07: /* Ambient Temperature Fan Speed Control */
|
case 0x07: /* Ambient Temperature Fan Speed Control */
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
if (verbose > 1)
|
lprintf(LOG_DEBUG, "Unknown Intel OEM SDR Record type %02x",
|
||||||
printf("Unknown Intel OEM SDR Record type %02x\n", oem->data[3]);
|
oem->data[3]);
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user