Ignore:
Timestamp:
2001-01-22T15:54:58+13:00 (23 years ago)
Author:
paynter
Message:

Trivial change to warning message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/BasPlug.pm

    r1846 r1855  
    307307    if ($extracted_encoding ne $encoding && $self->{'verbosity'}) {
    308308        print $outhandle "$plugin_name: WARNING: $file was read using $encoding encoding but ";
    309         print $outhandle "appears to be encoded as $extracted_encoding.";
     309        print $outhandle "appears to be encoded as $extracted_encoding.\n";
    310310    }
    311311
Note: See TracChangeset for help on using the changeset viewer.