IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25484


Ignore:
Timestamp:
Sep 22, 2009, 3:53:41 PM (17 years ago)
Author:
watersc1
Message:

Accidentally deleted previous print statements. They are now restored.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/register_imfile.pl

    r25483 r25484  
    104104    print "[Running $command2]\n";
    105105    my $result2 = IPC::Run::run $h2;
    106 
     106    print "STDOUT:\n$out2";
     107    print "STDERR:\n$err2";
    107108    &my_die("Unable to perform ppStatsFromMetadata on exposure id $exp_id: " . $h2->result(), $exp_id, $tmp_exp_name, $tmp_class_id, $uri, ($h2->result() or $PS_EXIT_PROG_ERROR) ) unless $result2;
    108109    chomp $out2;
Note: See TracChangeset for help on using the changeset viewer.