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

Signed-off-by: Dan Gora <d...@adax.com>
---
 ipmitool/lib/ipmi_hpmfwupg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ipmitool/lib/ipmi_hpmfwupg.c b/ipmitool/lib/ipmi_hpmfwupg.c
index a89e97e..7704104 100644
--- a/ipmitool/lib/ipmi_hpmfwupg.c
+++ b/ipmitool/lib/ipmi_hpmfwupg.c
@@ -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);
     }
 }
-- 
1.7.7


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Ipmitool-devel mailing list
Ipmitool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipmitool-devel

Reply via email to