Changeset 7351 for trunk


Ignore:
Timestamp:
2004-05-20T09:23:42+12:00 (20 years ago)
Author:
kjdon
Message:

tell the GLI if nothing processed the document

File:
1 edited

Legend:

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

    r6584 r7351  
    132132    # print $outhandle "WARNING - no plugin could process $file\n";
    133133    }
    134    
     134    # tell the GLI that it was not processed
     135    print STDERR "<Processing n='$file' p=''>\n" if $gli;
     136
    135137    $file =~ s/.*?([^\\\/]+)$/$1/;
    136138    &gsprintf($failhandle, "$file: {plugin.no_plugin_could_process_this_file}\n");
Note: See TracChangeset for help on using the changeset viewer.