Changeset 201

Show
Ignore:
Timestamp:
02/28/06 15:21:28
Author:
miyagawa
Message:

Filter::HatenaDiaryKeywordLink?: changed the log level. Fixed the pod

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plagger/lib/Plagger/Plugin/Filter/HatenaDiaryKeywordLink.pm

    r196 r201  
    3333    if (my $fault = $res->fault){ 
    3434        for (keys %{$fault}){ 
    35             $context->log(warn => "hatena diary keyword auto link failed : $_ => " . $fault->{$_}); 
     35            $context->log(error => "hatena diary keyword auto link failed : $_ => " . $fault->{$_}); 
    3636        } 
    3737    } else { 
     
    5555=head1 SYNOPSIS 
    5656 
    57   - module: Filter::HatenaBookmarkTag 
     57  - module: Filter::HatenaDiaryKeywordLink 
    5858 
    5959=head1 DESCRIPTION