IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 18, 2008, 12:59:17 PM (18 years ago)
Author:
bills
Message:

reduce verbosity unless requested

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_queue_requests.pl

    r18538 r18623  
    8787
    8888if (! @dataStores) {
    89     print STDERR "no postage stamp data stores found\n";
     89    print STDERR "no postage stamp data stores found\n" if $verbose;
    9090    exit 1;
    9191}
     
    114114
    115115        if (@$stdout_buf == 0) {
    116             print STDERR "no new request files in data store $ds_id\n";
     116            print STDERR "no new request files in data store $ds_id\n" if $verbose;
    117117            next; # next data store
    118118        }
Note: See TracChangeset for help on using the changeset viewer.