adjusted error message

This commit is contained in:
Jeremy Ellington 2004-06-04 19:47:14 +00:00
parent db90c6dbdf
commit 2d24d4e3fb

View File

@ -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;
}