From 01c91d9bf7e786b399393665d63d88a0c6214de8 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 25 Feb 2010 11:10:47 +0100 Subject: [PATCH] Minor bug in benchmarking module --- actionpack/lib/action_controller/benchmarking.rb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/actionpack/lib/action_controller/benchmarking.rb b/actionpack/lib/action_controller/benchmarking.rb index 47377e5..73c9eff 100644 --- a/actionpack/lib/action_controller/benchmarking.rb +++ b/actionpack/lib/action_controller/benchmarking.rb @@ -79,7 +79,7 @@ module ActionController #:nodoc: log_message << ", " if logging_view log_message << active_record_runtime + ")" else - ")" + log_message << ")" end end -- 1.6.5.1.1367.gcd48