Changeset 508

Show
Ignore:
Timestamp:
02/10/07 18:25:25 (6 years ago)
Author:
lincoln
Message:

don't report MISSING_DATA for grabbers asked to fetch microgaps

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • applications/shepherd

    r502 r508  
    22 
    33my $progname = 'shepherd'; 
    4 my $version = '0.4.47'; 
     4my $version = '0.4.48'; 
    55 
    66# tv_grab_au 
     
    30033003    &log((sprintf " > OVERALL: %s\n", ($total_missing ? ($overall_data_ok ? "PASS (within policy thresholds)" : "FAIL (exceeds policy thresholds)") : "PASS (complete)"))) unless $quiet; 
    30043004 
    3005     if ($plugin_epoch_missing_data ne '') { 
    3006         &add_pending_message($proggy, 'MISSING_DATA', $plugin_epoch_missing_data); 
    3007     } elsif ($proggy eq $progname) { 
    3008         delete $pending_messages->{$progname}->{MISSING_DATA}; 
     3005    if (!$find_microgaps) { 
     3006        if ($plugin_epoch_missing_data ne '') { 
     3007            &add_pending_message($proggy, 'MISSING_DATA', $plugin_epoch_missing_data); 
     3008        } elsif ($proggy eq $progname) { 
     3009            delete $pending_messages->{$progname}->{MISSING_DATA}; 
     3010        } 
    30093011    } 
    30103012 
  • status

    r507 r508  
    1 application     shepherd            0.4.47 
     1application     shepherd            0.4.48 
    22grabber         yahoo7widget        1.79 
    33grabber         rex                 3.4.1