IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26176


Ignore:
Timestamp:
Nov 17, 2009, 6:33:45 PM (16 years ago)
Author:
bills
Message:

revert the autoflush change. It doesn't seem to be working as intended`

File:
1 edited

Legend:

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

    r26085 r26176  
    1616use File::Spec 0.87;
    1717use File::Temp qw( tempfile );
    18 use IO::Handle;
    1918
    2019use PS::IPP::Metadata::Config 1.00;
     
    696695        print STDERR "   redirect stdout to $filename succeded on try $try\n";
    697696    }
    698     # turn off buffering of output so that output from this script doesn't appear later
    699     # that output from execed programs
    700     STDOUT->autoflush(1);
    701697    open STDERR, ">>$filename" or ( carp "failed to redirect stderr to $filename" and return undef );
    702     STDERR->autoflush(1);
    703698
    704699    return 1;
Note: See TracChangeset for help on using the changeset viewer.