mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Lower failed movie preview to info
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
This commit is contained in:
parent
0337414f6f
commit
0da4d1cd5a
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