mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
adjusted error message
This commit is contained in:
parent
db90c6dbdf
commit
2d24d4e3fb
@ -305,7 +305,7 @@ ipmi_get_session_info(struct ipmi_intf * intf,
|
||||
|
||||
if ((session_request_type == IPMI_SESSION_REQUEST_CURRENT) &&
|
||||
(strncmp(intf->name, "intf_lan", 8)))
|
||||
printf("It is likely that the active channel does not support sessions\n");
|
||||
printf("It is likely that the channel in use does not support sessions\n");
|
||||
|
||||
retval = -1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user