fix sel print error

This commit is contained in:
Duncan Laurie 2005-03-17 00:12:32 +00:00
parent 3a96ee3272
commit 8974794475

View File

@ -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) {