Browse Source

* hide 'Processing' message by default

master
Alex 'AdUser' Z 9 years ago
parent
commit
898f5da675
  1. 2
      twatch-lite

2
twatch-lite

@ -59,7 +59,7 @@ sub load_config {
my $i = 0;
foreach my $feed (@{ $config->{feeds} }) {
$i++;
_log(info => "Processing feed #$i: $feed->{url}");
_log(debug => "Processing feed #$i: $feed->{url}");
_log(fatal => "Feed is not a hashref")
unless (ref $feed eq 'HASH');
_log(fatal => "Missing 'url' in feed")

Loading…
Cancel
Save