Skip to content

Commit

Permalink
rename this variable to be explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
karenetheridge committed Mar 18, 2013
1 parent 57ed98f commit 200891e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Plack/Middleware/AccessLog.pm
Expand Up @@ -38,9 +38,9 @@ sub call {
}

sub log_line {
my($self, $status, $headers, $env, $opts) = @_;
my($self, $status, $response_headers, $env, $opts) = @_;

my $h = Plack::Util::headers($headers);
my $h = Plack::Util::headers($response_headers);

my $fmt = $self->format || "combined";
$fmt = $formats{$fmt} if exists $formats{$fmt};
Expand Down

0 comments on commit 200891e

Please sign in to comment.