summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-11-04 16:56:31 -0800
committerGitHub <noreply@github.com>2020-11-04 16:56:31 -0800
commitad6684f8a100f19bcd0bafb987b298cb0f2adef2 (patch)
treeac468db09ce8bfa8ac899927311fbbb786f1a388
parent1d4cc9f9329ed9b0df3791d71f303dafb34423e2 (diff)
parent9d95bd12cadac030ac27e108233193b69eb160c8 (diff)
downloadohai-ad6684f8a100f19bcd0bafb987b298cb0f2adef2.tar.gz
Merge pull request #1557 from chef/debug_time
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/ohai/runner.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/runner.rb b/lib/ohai/runner.rb
index de478895..f9dd248f 100644
--- a/lib/ohai/runner.rb
+++ b/lib/ohai/runner.rb
@@ -66,7 +66,7 @@ module Ohai
logger.trace("Plugin #{plugin.name} threw exception #{e.inspect} #{e.backtrace.join("\n")}")
end
end
- logger.trace("Plugin #{plugin.name} took #{elapsed} seconds to run.")
+ logger.trace("Plugin #{plugin.name} took #{"%f" % elapsed.truncate(6)} seconds to run.")
end
# @param [Ohai::DSL::Plugin] plugin