Changeset 508
- Timestamp:
- 02/10/07 18:25:25 (6 years ago)
- Files:
-
- 2 modified
-
applications/shepherd (modified) (2 diffs)
-
status (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/shepherd
r502 r508 2 2 3 3 my $progname = 'shepherd'; 4 my $version = '0.4.4 7';4 my $version = '0.4.48'; 5 5 6 6 # tv_grab_au … … 3003 3003 &log((sprintf " > OVERALL: %s\n", ($total_missing ? ($overall_data_ok ? "PASS (within policy thresholds)" : "FAIL (exceeds policy thresholds)") : "PASS (complete)"))) unless $quiet; 3004 3004 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 } 3009 3011 } 3010 3012 -
status
r507 r508 1 application shepherd 0.4.4 71 application shepherd 0.4.48 2 2 grabber yahoo7widget 1.79 3 3 grabber rex 3.4.1
