[Ovirt-devel] [PATCH] Fix a small typo in the graphing stuff that was causing backtraces in the

Jason Guiditta jguiditt at redhat.com
Mon Jul 14 16:53:39 UTC 2008


ACK, thanks for tracking that down.  It was annoying me in the logs,
just hadn't gotten around to finding it yet.

-j

On Thu, 2008-07-10 at 11:05 -0400, Chris Lalancette wrote:
> Signed-off-by: Chris Lalancette <clalance at redhat.com>
> ---
>  wui/src/app/controllers/graph_controller.rb |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/wui/src/app/controllers/graph_controller.rb b/wui/src/app/controllers/graph_controller.rb
> index 6c57ba1..dbe2afc 100644
> --- a/wui/src/app/controllers/graph_controller.rb
> +++ b/wui/src/app/controllers/graph_controller.rb
> @@ -457,7 +457,7 @@ class GraphController < ApplicationController
>            end
>        end
>  
> -      def _generated_default_time_axis(myDays)
> +      def _generate_default_time_axis(myDays)
>            times = []
>            now = Time.now
>            if myDays.to_i == 1




More information about the ovirt-devel mailing list