mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #43511 from nextcloud/backport/42991/stable28
[stable28] Lower failed movie preview generation logs to level info
This commit is contained in:
commit
9efab3a289
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue