mirror of
https://github.com/ipmitool/ipmitool.git
synced 2026-01-22 06:12:19 +08:00
fix sel print error
This commit is contained in:
parent
3a96ee3272
commit
8974794475
@ -816,7 +816,7 @@ ipmi_sel_clear(struct ipmi_intf * intf)
|
||||
|
||||
rsp = intf->sendrecv(intf, &req);
|
||||
if (rsp == NULL) {
|
||||
lprintf(LOG_ERR, "Unable to clear SEL: %s");
|
||||
lprintf(LOG_ERR, "Unable to clear SEL");
|
||||
return -1;
|
||||
}
|
||||
if (rsp->ccode > 0) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user