IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 10, 2013, 12:29:02 PM (13 years ago)
Author:
bills
Message:

don't print starting skycell server to stderr. That causes it to be put
into the users parse_error.txt
Print a message to the log (stdout) before forking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm

    r36057 r36102  
    20512051    # see if we need to start the scs (skycell server)
    20522052
     2053    my $very_verbose = 0;
     2054
    20532055    if (!$scs_tess_id or ($scs_tess_id ne $tess_id)) {
    20542056        if ($scs_tess_id) {
     
    20762078
    20772079        # start an scs
     2080        print "Starting skycell server for $tess_dir_resolved.\n";
    20782081
    20792082        # create pipes for communicating with the server
     
    21112114            my $command = "$dvoImagesAtCoords -D CATDIR $tess_dir_resolved -coords -";
    21122115
    2113             print STDERR "SCS: execing $command\n";
     2116            print STDERR "SCS: execing $command\n" if $very_verbose;
    21142117
    21152118            unless(exec $command) {
     
    21462149    }
    21472150
    2148     my $very_verbose = 0;
    21492151    print STDERR "  sent coordinates to skycell server\n" if $very_verbose;
    21502152
Note: See TracChangeset for help on using the changeset viewer.