Browse Source

* Subtitle::SSA->parse : hide noisy message

master
Alex 'AdUser' Z 6 years ago
parent
commit
ee9f7777e5
  1. 2
      lib/Subtitle/SSA.pm

2
lib/Subtitle/SSA.pm

@ -103,7 +103,7 @@ sub parse {
$self->{headers}->{$key} = $header;
if ($key eq 'scripttype') {
my $type = index($header->{value}, "+") >= 0 ? 'ass' : 'ssa';
$self->log(info => "File recognized as '$type' type from header at line $linenum");
$self->log(debug => "File recognized as '$type' type from header at line $linenum");
$self->{type} = $type;
}
next;

Loading…
Cancel
Save