Ignore:
Timestamp:
1999-02-24T14:48:34+13:00 (25 years ago)
Author:
sjboddie
Message:

add verbosity option for import.pl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugin.pm

    r134 r170  
    4343    }
    4444
    45     print STDERR "WARNING - no plugin could process " .
    46     &util::filename_cat($base_dir,$file) . "\n";
     45    if ($processor->{'verbosity'}) {
     46    print STDERR "WARNING - no plugin could process " .
     47        &util::filename_cat($base_dir,$file) . "\n";
     48    }
    4749}
    4850
Note: See TracChangeset for help on using the changeset viewer.