From: Vincent Vanwaelscappel Date: Tue, 26 Aug 2025 16:41:19 +0000 (+0200) Subject: #7704 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=822f825a8ef4ab576136ba7183a8e9fbad847b06;p=cubist_util.git #7704 --- diff --git a/src/CommandLine/Poppler.php b/src/CommandLine/Poppler.php index f4f5eba..2350564 100644 --- a/src/CommandLine/Poppler.php +++ b/src/CommandLine/Poppler.php @@ -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; }