Changeset 167
- Timestamp:
- 02/26/06 20:02:48
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/lib/Plagger/Plugin/Subscription/Bloglines.pm
r123 r167 62 62 63 63 my $count = $self->{bloglines}->notify(); 64 $context->log( debug=> "You have $count unread item(s) on Bloglines.");64 $context->log(info => "You have $count unread item(s) on Bloglines."); 65 65 if ($count) { 66 66 my $feed = Plagger::Feed->new; … … 77 77 78 78 my @updates = $self->{bloglines}->getitems(0, $mark_read); 79 $context->log(d ebug=> scalar(@updates) . " feed(s) updated.");79 $context->log(dnfo => scalar(@updates) . " feed(s) updated."); 80 80 81 81 for my $update (@updates) {
