From 2baaea538a2dd11582d7f3543bc67c7d41b2238c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn?= Date: Tue, 22 Apr 2014 15:38:23 +0200 Subject: [PATCH] Bug #2586: Print fsck total time --- src/onedb/onedb.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/onedb/onedb.rb b/src/onedb/onedb.rb index 9162a02424..8e7c88df6a 100644 --- a/src/onedb/onedb.rb +++ b/src/onedb/onedb.rb @@ -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