1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-20 10:50:08 +03:00

Bug #2586: fsck time formatting

This commit is contained in:
Carlos Martín 2014-04-22 16:26:54 +02:00
parent a53fd0d464
commit 072d70857d

View File

@ -281,7 +281,7 @@ class OneDB
time1 = Time.now
puts " > Total time: #{time1 - time0}s" if ops[:verbose]
puts " > Total time: #{"%0.02f" % (time1 - time0).to_s}s" if ops[:verbose]
return 0
rescue Exception => e