From: Sebastian Riedel Date: Fri, 1 Apr 2005 22:44:16 +0000 (+0000) Subject: another one X-Git-Tag: 5.7099_04~1631 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=004627530a4f66f6831267f92f98ed2c8f6f9afd another one --- diff --git a/lib/Catalyst/Engine.pm b/lib/Catalyst/Engine.pm index 9887e74..c7f87e2 100644 --- a/lib/Catalyst/Engine.pm +++ b/lib/Catalyst/Engine.pm @@ -595,7 +595,7 @@ sub execute { my ( $elapsed, @state ) = $c->benchmark( $code, $class, $c, @{ $c->req->args } ); push @{ $c->{stats} }, - _prettify( $action, sprintf( '%fs', $elapsed ), '' ); + _prettify( $action, '', sprintf( '%fs', $elapsed ) ); $c->state(@state); } else { $c->state( &$code( $class, $c, @{ $c->req->args } ) ) }