Changeset 32379 for trunk/ippScripts/scripts/register_imfile.pl
- Timestamp:
- Sep 9, 2011, 11:05:10 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/register_imfile.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/register_imfile.pl
r32298 r32379 60 60 61 61 my $ipprc = PS::IPP::Config->new() or my_die_for_add( "Unable to set up", $exp_id, $tmp_exp_name, $tmp_class_id, $uri, $PS_EXIT_CONFIG_ERROR ); # IPP configuration 62 $ipprc->redirect_ output($logfile) or my_die_for_add( "Unable to redirect output", $exp_id, $tmp_exp_name, $tmp_class_id, $uri, $PS_EXIT_SYS_ERROR ) if $logfile;62 $ipprc->redirect_to_logfile($logfile) or my_die_for_add( "Unable to redirect output", $exp_id, $tmp_exp_name, $tmp_class_id, $uri, $PS_EXIT_SYS_ERROR ) if $logfile; 63 63 64 64 pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
Note:
See TracChangeset
for help on using the changeset viewer.
