mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
up debug level for noise
This commit is contained in:
parent
94245169c1
commit
4022cb1c63
@ -138,7 +138,7 @@ static struct ipmi_rs *ipmi_openipmi_send_cmd(struct ipmi_intf * intf, struct ip
|
|||||||
intf->target_addr);
|
intf->target_addr);
|
||||||
} else {
|
} else {
|
||||||
/* otherwise use system interface */
|
/* otherwise use system interface */
|
||||||
lprintf(LOG_DEBUG, "Sending request to System Interface");
|
lprintf(LOG_DEBUG+2, "Sending request to System Interface");
|
||||||
_req.addr = (char *) &bmc_addr;
|
_req.addr = (char *) &bmc_addr;
|
||||||
_req.addr_len = sizeof(bmc_addr);
|
_req.addr_len = sizeof(bmc_addr);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user