mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
3600929 error keyword
This commit is contained in:
parent
83794843b5
commit
3f53760062
@ -151,7 +151,7 @@ ipmi_picmg_getaddr(struct ipmi_intf * intf, int argc, char ** argv)
|
|||||||
|
|
||||||
rsp = intf->sendrecv(intf, &req);
|
rsp = intf->sendrecv(intf, &req);
|
||||||
if (!rsp) {
|
if (!rsp) {
|
||||||
lprintf(LOG_ERR, "No valid response received.");
|
lprintf(LOG_ERR, "Error. No valid response received.");
|
||||||
return (-1);
|
return (-1);
|
||||||
} else if (rsp->ccode) {
|
} else if (rsp->ccode) {
|
||||||
lprintf(LOG_ERR, "Error getting address information CC: 0x%02x",
|
lprintf(LOG_ERR, "Error getting address information CC: 0x%02x",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user