mirror of
https://github.com/ipmitool/ipmitool.git
synced 2026-06-25 14:51:35 +00:00
ID: 3608007 - 'lib/ipmi_session.c' - typo in error message
Commit fixes typo in error mesage in ipmi_session_main().
This commit is contained in:
@@ -420,7 +420,7 @@ ipmi_session_main(struct ipmi_intf * intf, int argc, char ** argv)
|
||||
{
|
||||
session_request_type = IPMI_SESSION_REQUEST_BY_HANDLE;
|
||||
if (str2uint(argv[2], &id_or_handle) != 0) {
|
||||
lprintf(LOG_ERR, "HEX number expected, bud '%s' given.",
|
||||
lprintf(LOG_ERR, "HEX number expected, but '%s' given.",
|
||||
argv[2]);
|
||||
printf_session_usage();
|
||||
retval = -1;
|
||||
|
||||
Reference in New Issue
Block a user