]> _ Git - fluidbook_processfarm.git/commitdiff
wip #5991
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 5 Jun 2023 14:15:16 +0000 (16:15 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 5 Jun 2023 14:15:16 +0000 (16:15 +0200)
app/src/ProcessFile.php

index 08143e224ebb52e6a90e7257944c8ca0d8adc1e0..6e4e9d8cd4e70099f5d842b07a86c9f62480a4d8 100644 (file)
@@ -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;
        }