diff --git a/twatch-lite b/twatch-lite index 30c026a..64ebacd 100755 --- a/twatch-lite +++ b/twatch-lite @@ -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{^/(.*)/$}) {