mirror of
https://github.com/nextcloud/server.git
synced 2026-04-27 09:08:22 -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
fb909f671e
commit
7f0a4e786c
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