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

Bug #2586: Print fsck total time

This commit is contained in:
Carlos Martín 2014-04-22 15:38:23 +02:00
parent 9f8f6f04fa
commit 2baaea538a

View File

@ -281,9 +281,7 @@ class OneDB
time1 = Time.now
if LOG_TIME
puts " > Total time: #{time1 - time0}s" if ops[:verbose]
end
puts " > Total time: #{time1 - time0}s" if ops[:verbose]
return 0
rescue Exception => e