mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-11 19:17:22 +00:00
include the numeric error code if it's available.
This commit is contained in:
parent
3d29ed01a5
commit
761ce85d28
@ -94,8 +94,8 @@ ipmi_raw_main(struct ipmi_intf * intf, int argc, char ** argv)
|
|||||||
}
|
}
|
||||||
if (rsp->ccode > 0) {
|
if (rsp->ccode > 0) {
|
||||||
lprintf(LOG_ERR, "Unable to send RAW command "
|
lprintf(LOG_ERR, "Unable to send RAW command "
|
||||||
"(netfn=0x%x cmd=0x%x): %s",
|
"(netfn=0x%x cmd=0x%x rsp=0x%x): %s",
|
||||||
req.msg.netfn, req.msg.cmd,
|
req.msg.netfn, req.msg.cmd, rsp->ccode,
|
||||||
val2str(rsp->ccode, completion_code_vals));
|
val2str(rsp->ccode, completion_code_vals));
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user