Changeset 161

Show
Ignore:
Timestamp:
02/26/06 17:19:31
Author:
miyagawa
Message:

Gmail: change loglevel to info

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plagger/lib/Plagger/Plugin/Publish/Gmail.pm

    r148 r161  
    2929 
    3030    my $cfg = $self->conf; 
    31     $context->log(warn => "Sending $subject to $cfg->{mailto}"); 
     31    $context->log(info => "Sending $subject to $cfg->{mailto}"); 
    3232 
    3333    my $feed_title = $feed->title;