Skip to content

Commit ac785a1

Browse files
CarlSchwanbackportbot[bot]
authored andcommitted
fix: Make preview timeout an info log instead of error
Align with the similar error message in in lib/Preview/Office.php Signed-off-by: Carl Schwan <carlschwan@kde.org>
1 parent 9d36993 commit ac785a1

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)