Merge pull request #43511 from nextcloud/backport/42991/stable28

[stable28] Lower failed movie preview generation logs to level info
This commit is contained in:
Git'Fellow 2024-02-10 16:48:13 +01:00 committed by GitHub
commit 9efab3a289
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -163,7 +163,7 @@ class Movie extends ProviderV2 {
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);