From fbf82dddd414b608bce150e311c28db7bebceb62 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 5 Jun 2023 16:15:16 +0200 Subject: [PATCH] wip #5991 --- app/src/ProcessFile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/ProcessFile.php b/app/src/ProcessFile.php index 08143e2..6e4e9d8 100644 --- a/app/src/ProcessFile.php +++ b/app/src/ProcessFile.php @@ -137,7 +137,7 @@ class ProcessFile extends \Fluidbook\Tools\Jobs\ProcessFile { public function getPdf(): string { $res = Files::firstThatExists($this->getOut() . '/crop.pdf', $this->getOut() . '/fixed.pdf', $this->getOut() . '/original.pdf'); - Log::warning('not pdf in ' . $this->getOut()); + Log::warning('no pdf in ' . $this->getOut()); return $res; } -- 2.39.5