IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 3, 2008, 3:29:14 PM (18 years ago)
Author:
Paul Price
Message:

Making errors more visible.

File:
1 edited

Legend:

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

    r17896 r17897  
    224224    if (!$success) {
    225225        print "Unable to calculate overlaps from $filename\n";
    226         print "STDOUT:\n$stdout_buf\n";
    227         print "STDERR:\n$stderr_buf\n";
     226        print "STDOUT:\n";
     227        foreach my $line (@$stdout_buf) {
     228            print ">>>$line";
     229        }
     230        print "STDERR:\n";
     231        foreach my $line (@$stderr_buf) {
     232            print ">>>$line";
     233        }
    228234        return 0;
    229235    }
Note: See TracChangeset for help on using the changeset viewer.