From: Vincent Vanwaelscappel Date: Mon, 5 Jun 2023 14:15:16 +0000 (+0200) Subject: wip #5991 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=fbf82dddd414b608bce150e311c28db7bebceb62;p=fluidbook_processfarm.git wip #5991 --- 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; }