]> _ Git - cubist_util.git/commitdiff
#7704 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 27 Aug 2025 15:17:35 +0000 (17:17 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 27 Aug 2025 15:17:35 +0000 (17:17 +0200)
src/CommandLine/Poppler.php

index c278ff97567cedddadd47fd8e759227a18ae4996..5c411e7d5d72057b40ef9e840ca3bd08b662874c 100644 (file)
@@ -123,7 +123,7 @@ class Poppler
         $options = static::_normalizeExtractAreaOptions($options);
         $f = Files::hashFileAttributes($file) . '||' . '++' . json_encode($rect) . '**' . json_encode($options) . '||' . $page . '!!';
         $hash = hash('sha256', $f);
-        error_log($f . '//' . $hash);
+        error_log($f . ' => ' . $hash . ' (' . $file . ')');
         return $hash;
     }