mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
ID: 239 - typo in 'mc selftest', add details
Commit fixes a typo and adds details to 'mc selftest' command. Commit for Rob Swindell
This commit is contained in:
parent
e30f3726a6
commit
64e0b9ab64
@ -616,8 +616,8 @@ static int ipmi_mc_get_selftest(struct ipmi_intf * intf)
|
||||
}
|
||||
|
||||
else {
|
||||
printf("Selttest : device specific\n");
|
||||
printf("Failure code : %02x\n", sft_res->test);
|
||||
printf("Selftest : device specific (%02Xh)\n", sft_res->code);
|
||||
printf("Failure code : %02Xh\n", sft_res->test);
|
||||
rv = 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user