IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18545


Ignore:
Timestamp:
Jul 15, 2008, 10:11:47 AM (18 years ago)
Author:
bills
Message:

only print message if verbose

File:
1 edited

Legend:

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

    r18247 r18545  
    7575
    7676    if (@$stdout_buf == 0) {
    77         print STDERR "no pstamp jobs for request $request_id\n";
     77        print STDERR "no pstamp jobs for request $request_id\n" if $verbose;
    7878        exit 0;
    7979    }
Note: See TracChangeset for help on using the changeset viewer.