Fix broken semicolon

This commit is contained in:
Jared Johnson 2014-12-02 16:54:03 -06:00
parent 59ae9643e0
commit deb0fbba69

View File

@ -16,7 +16,7 @@ sub register {
sub data_post_handler { sub data_post_handler {
my ($self, $transaction) = @_; my ($self, $transaction) = @_;
open my $out, '>>', $self->content_log_file; open my $out, '>>', $self->content_log_file
or return DECLINED, "Could not open log file.. continuing anyway"; or return DECLINED, "Could not open log file.. continuing anyway";
$transaction->header->print($out); $transaction->header->print($out);