]> _ Git - cubist_util.git/commitdiff
#7704
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 26 Aug 2025 16:41:19 +0000 (18:41 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 26 Aug 2025 16:41:19 +0000 (18:41 +0200)
src/CommandLine/Poppler.php

index f4f5eba222b250e328c2e796bd641ac59b9fa039..2350564f012ecdbc70f7bb83a1382f013acccbe3 100644 (file)
@@ -115,7 +115,7 @@ class Poppler
     {
         $f = Files::hashFileAttributes($file) . '||' . '++' . json_encode($rect) . '**' . json_encode($options) . '||' . $page . '!!';
         $hash = hash('sha256', $f);
-        error_log($f, $hash);
+        error_log($f . '//' . $hash);
         return $hash;
     }