IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33697


Ignore:
Timestamp:
Apr 4, 2012, 10:00:37 AM (14 years ago)
Author:
bills
Message:

use $ipprc->redirect_to_logfile (this has been used for awhile)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20120216/ippScripts/scripts/staticsky.pl

    r31662 r33697  
    8989
    9090my $logDest = $ipprc->filename("LOG.EXP", $outroot);
    91 $ipprc->redirect_output($logDest) or my_die( "Unable to redirect output", $sky_id, $PS_EXIT_SYS_ERROR ) if $redirect;
     91$ipprc->redirect_to_logfile($logDest) or my_die( "Unable to redirect output", $sky_id, $PS_EXIT_SYS_ERROR ) if $redirect;
    9292
    9393my $traceDest      = $ipprc->filename("TRACE.EXP", $outroot);
Note: See TracChangeset for help on using the changeset viewer.