@ -129,6 +129,7 @@ sub process_feed {
my $text = ($feedconf->{lookup} eq 'title')
? $entry->title
: $entry->content->body;
_log(info => "Processing: " . $entry->title);
_log(debug => "Match text is: ". $text);
foreach my $match (@{ $feedconf->{matches} }) {
if ($match =~ m{^/(.*)/$}) {