Ignore:
Timestamp:
2011-10-16T19:52:29+13:00 (13 years ago)
Author:
ak19
Message:

Passing verbosity to gs-magick.pl when verbosity is set in import options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/ImageConverter.pm

    r24600 r24763  
    415415
    416416    # Generate and run the convert command
    417     my $convert_command = "\"".&util::get_perl_exec()."\" -S gs-magick.pl convert -interlace plane -verbose $convert_options \"$source_file_path\" \"$target_file_path\"";
     417    my $convert_command = "\"".&util::get_perl_exec()."\" -S gs-magick.pl --verbosity=".$self->{'verbosity'}." convert -interlace plane -verbose $convert_options \"$source_file_path\" \"$target_file_path\"";
    418418
    419419    my $print_info = { 'message_prefix' => $convert_id,
Note: See TracChangeset for help on using the changeset viewer.