Skip to content

Commit

Permalink
Muppet.
Browse files Browse the repository at this point in the history
  • Loading branch information
bigpresh committed May 23, 2011
1 parent 0cdb91c commit 699d552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Dancer/Plugin/TimeRequests.pm
Expand Up @@ -39,7 +39,7 @@ before sub {
after sub {
Dancer::Logger::debug(sprintf "Request to %s completed in %2.f",
request->path,
vars->{request_start_time} - Time::HiRes::time()
Time::HiRes::time() - vars->{request_start_time};
);
};

Expand Down

0 comments on commit 699d552

Please sign in to comment.