Changeset 605

Show
Ignore:
Timestamp:
03/07/07 00:31:47 (6 years ago)
Author:
max
Message:

No need to report Shepherd MISSING_DATA in addition to FAIL

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • applications/shepherd

    r601 r605  
    22 
    33my $progname = 'shepherd'; 
    4 my $version = '0.4.76'; 
     4my $version = '0.4.77'; 
    55 
    66# tv_grab_au 
     
    721721    my $postvars = ""; 
    722722    my %postmsgs; 
     723 
     724    # If Shepherd failed last run, just report that, not MISSING_DATA as well 
     725    # (since the fact that we're missing data is almost certainly due to the 
     726    # fact that we failed). 
     727    if ($pending_messages->{$progname} 
     728            and $pending_messages->{$progname}->{FAIL} 
     729            and $pending_messages->{$progname}->{MISSING_DATA}) 
     730    { 
     731        delete $pending_messages->{$progname}->{MISSING_DATA}; 
     732    } 
    723733 
    724734    foreach my $component (keys %$pending_messages) { 
  • status

    r604 r605  
    1 application     shepherd            0.4.76 
     1application     shepherd            0.4.77 
    22grabber         yahoo7widget        1.81 
    33grabber         rex                 3.4.6