Ignore:
Timestamp:
2011-02-08T14:57:57+13:00 (13 years ago)
Author:
kjdon
Message:

don't want to print messages in begin - stuffs up parsing of XML if we do pluginfo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/open-office/trunk/src/perllib/plugins/OpenOfficeConverter.pm

    r22884 r23668  
    5757
    5858    if (!-e $jodjar) {
    59         print STDERR "Failed to find $jodjar\n";
     59        #print STDERR "Failed to find $jodjar\n";
    6060        $openoffice_conversion_available = 0;
    6161        $no_openoffice_conversion_reason = "gextjodconverternotinstalled";
     
    8686        my $status = system($cmd);
    8787        if ($status != 0) {
    88         print STDERR "Failed to run: $cmd\n";
    89         print STDERR "$!\n";
     88        #print STDERR "Failed to run: $cmd\n";
     89        #print STDERR "$!\n";
    9090        $openoffice_conversion_available = 0;
    9191        $no_openoffice_conversion_reason = "openofficenotinstalled";
Note: See TracChangeset for help on using the changeset viewer.