IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 20, 2008, 3:51:13 PM (18 years ago)
Author:
bills
Message:

reduce verbosity unless requested

File:
1 edited

Legend:

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

    r18619 r18639  
    116116        print $REGLIST "$response_file|||table|\n";
    117117    } else  {
    118         print STDERR "detect_query response file for job $job_id not found\n";
     118        print STDERR "detect_query response file for job $job_id not found\n" if $verbose;
    119119        $request_fault = $PS_EXIT_UNKNOWN_ERROR;
    120120    }
     
    132132        $request_fault = $error_code >> 8;
    133133        print STDERR "Unable to perform $command return code: $request_fault";
    134         # fall through to stop request
     134        # fall through to call stop request
    135135    }
    136136}
Note: See TracChangeset for help on using the changeset viewer.