Skip to content

Commit

Permalink
no need for an arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 1, 2016
1 parent dcc0da2 commit 6b8d424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/Server/Daemon.pm
Expand Up @@ -116,7 +116,7 @@ sub _close {
delete $self->{connections}{$id};
}

sub _debug { $_[0]->app->log->debug($_[2]) if $_[0]->{connections}{$_[1]}{tx} }
sub _debug { $_[0]->app->log->debug($_[2]) if $_[0]{connections}{$_[1]}{tx} }

sub _finish {
my ($self, $id) = @_;
Expand Down

0 comments on commit 6b8d424

Please sign in to comment.