diff --git a/plugins/content_log b/plugins/content_log index 2c9ceca..992c1f5 100644 --- a/plugins/content_log +++ b/plugins/content_log @@ -16,7 +16,7 @@ sub register { sub data_post_handler { 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"; $transaction->header->print($out);