Skip to content

Commit b34eb62

Browse files
Merge pull request #52892 from nextcloud/backport/52871/stable31
2 parents 9a52cfc + 3e74ee4 commit b34eb62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/Preview/Generator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public function generatePreviews(File $file, array $specifications, ?string $mim
165165
$maxPreviewImage = $this->helper->getImage($maxPreview);
166166
}
167167

168-
$this->logger->warning('Cached preview not found for file {path}, generating a new preview.', ['path' => $file->getPath()]);
168+
$this->logger->debug('Cached preview not found for file {path}, generating a new preview.', ['path' => $file->getPath()]);
169169
$preview = $this->generatePreview($previewFolder, $maxPreviewImage, $width, $height, $crop, $maxWidth, $maxHeight, $previewVersion, $cacheResult);
170170
// New file, augment our array
171171
$previewFiles[] = $preview;

0 commit comments

Comments
 (0)