Skip to content

Commit 653721d

Browse files
authored
Merge pull request #5642 from nextcloud/backport/5613/stable32
[stable32] fix: Make preview timeout an info log instead of error
2 parents 935448b + 1da6004 commit 653721d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Service/RemoteService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public function convertTo(string $filename, $stream, string $format, ?array $con
100100

101101
return $body;
102102
} catch (\Exception $e) {
103-
$this->logger->error('Failed to convert preview: ' . $e->getMessage(), ['exception' => $e]);
103+
$this->logger->info('Failed to convert preview: ' . $e->getMessage(), ['exception' => $e]);
104104
throw $e;
105105
}
106106
}

0 commit comments

Comments
 (0)