Changeset 12963


Ignore:
Timestamp:
2006-10-02T16:43:30+13:00 (18 years ago)
Author:
mdewsnip
Message:

Now shows more than just the filename in the fail.log file.

File:
1 edited

Legend:

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

    r11333 r12963  
    239239    print STDERR "<NonProcessedFile n='$glifile'>\n" if $gli;
    240240     
    241     $file =~ s/.*?([^\\\/]+)$/$1/;
    242241    gsprintf($failhandle, "$file: {plugin.no_plugin_could_process_this_file}\n");
    243242    $stats->{'num_not_processed'} ++;
     
    250249    print STDERR "<NonRecognisedFile n='$glifile'>\n" if $gli;
    251250   
    252     $file =~ s/.*?([^\\\/]+)$/$1/;
    253251    gsprintf($failhandle, "$file: {plugin.no_plugin_could_recognise_this_file}\n");
    254252    $stats->{'num_not_recognised'} ++;
Note: See TracChangeset for help on using the changeset viewer.