Skip to content

Commit a0ee151

Browse files
authored
Merge pull request #5641 from nextcloud/backport/5613/stable33
[stable33] fix: Make preview timeout an info log instead of error
2 parents 9d36993 + ac785a1 commit a0ee151

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)