summaryrefslogtreecommitdiffstats
path: root/lib/puppet/rails/benchmark.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/rails/benchmark.rb')
-rw-r--r--lib/puppet/rails/benchmark.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/rails/benchmark.rb b/lib/puppet/rails/benchmark.rb
index 1fbd011e9..72ffa7443 100644
--- a/lib/puppet/rails/benchmark.rb
+++ b/lib/puppet/rails/benchmark.rb
@@ -45,7 +45,7 @@ module Puppet::Rails::Benchmark
end
$benchmarks[:accumulated][message].each do |label, value|
- Puppet.debug(message + ("(%s)" % label) + (" in %0.2f seconds" % value))
+ Puppet.debug(message + ("(#{label})") + (" in %0.2f seconds" % value))
end
end