IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 16, 2023, 12:48:31 PM (3 years ago)
Author:
eugene
Message:

various updates : adding stage 2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/eam/rawfix.20230221/src/check_md5s_dateobs.pl

    r42411 r42415  
    11#! /usr/bin/env perl
    22
    3 my $DEBUG = 4;
     3my $DEBUG = 1;
    44my $time = time();
    55
     
    8282            print STDOUT "FAIL: $inst $state $md5tru $md5obs\n";
    8383            $Nfail ++;
     84        } else {
     85            if ($DEBUG > 2) {
     86                print STDOUT "$inst $state $md5tru = $md5obs\n";
     87            }
    8488        }
    8589    }
Note: See TracChangeset for help on using the changeset viewer.