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:
parent
a53fd0d464
commit
072d70857d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user