From: Vincent Vanwaelscappel Date: Wed, 27 Aug 2025 15:17:35 +0000 (+0200) Subject: #7704 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=4cb0ed6affe8fce6e8183d3ac8caaaeb1e5e799d;p=cubist_util.git #7704 @1 --- diff --git a/src/CommandLine/Poppler.php b/src/CommandLine/Poppler.php index c278ff9..5c411e7 100644 --- a/src/CommandLine/Poppler.php +++ b/src/CommandLine/Poppler.php @@ -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; }