diff --git a/lib/Subtitle/SSA.pm b/lib/Subtitle/SSA.pm index 52b79bc..63a82f4 100644 --- a/lib/Subtitle/SSA.pm +++ b/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;