Skip to content

Commit

Permalink
Lower failed movie preview to info
Browse files Browse the repository at this point in the history
Signed-off-by: Git'Fellow <[email protected]>
  • Loading branch information
solracsf authored Jan 20, 2024
1 parent 9695c02 commit 353c12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/Preview/Movie.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ private function generateThumbNail(int $maxX, int $maxY, string $absPath, int $s

if ($second === 0) {
$logger = \OC::$server->get(LoggerInterface::class);
$logger->error('Movie preview generation failed Output: {output}', ['app' => 'core', 'output' => $output]);
$logger->info('Movie preview generation failed Output: {output}', ['app' => 'core', 'output' => $output]);
}

unlink($tmpPath);
Expand Down

0 comments on commit 353c12a

Please sign in to comment.