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:
Zdenek Styblik 2013-06-10 04:14:21 +00:00
parent e30f3726a6
commit 64e0b9ab64

View File

@ -616,8 +616,8 @@ static int ipmi_mc_get_selftest(struct ipmi_intf * intf)
} }
else { else {
printf("Selttest : device specific\n"); printf("Selftest : device specific (%02Xh)\n", sft_res->code);
printf("Failure code : %02x\n", sft_res->test); printf("Failure code : %02Xh\n", sft_res->test);
rv = 0; rv = 0;
} }