From 707d727250f921d80e76a739912328dd4b001c8f Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Fri, 29 May 2015 22:13:55 +1000 Subject: [PATCH] * add 'Processing' message --- twatch-lite | 1 + 1 file changed, 1 insertion(+) 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{^/(.*)/$}) {