Changeset 171


Ignore:
Timestamp:
1999-02-25T14:44:17+13:00 (25 years ago)
Author:
sjboddie
Message:

changed verbosity level of warning message

File:
1 edited

Legend:

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

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