ID: 70 - Fixes and updates for ipmitool hpm

There is no point in putting the size of things in hex.

Commit for Dan Gora
This commit is contained in:
Zdenek Styblik 2013-07-17 10:32:56 +00:00
parent 22e38bc46f
commit 25fa0f80ae

View File

@ -1175,7 +1175,7 @@ void HpmDisplayUpgrade( int skip, unsigned int totalSent,
{
/* Display the time taken to complete the upgrade */
printf(
"| |Upload Time: %02ld:%02ld | Image Size: %05x |\n",
"| |Upload Time: %02ld:%02ld | Image Size: %7d bytes |\n",
timeElapsed/60,timeElapsed%60,totalSent);
}
}