mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 10:37:22 +00:00
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:
parent
22e38bc46f
commit
25fa0f80ae
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user